#C86678

Color #C86678 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C86678

Tints of Cabaret #C86678

Color information

#C86678 (or 0xC86678) is unknown color: approx Cabaret. HEX triplet: C8, 66 and 78. RGB value is (200,102,120). Sum of RGB (Red+Green+Blue) = 200+102+120=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C86678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86678 is #379987. Grayscale: #858585. Windows color (decimal): -3643784 or 7890632. OLE color: 7890632.

HSL color Cylindrical-coordinate representation of color #C86678: hue angle of 348.98º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86678 is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB200102120-
CMYK00.490.40.22
HSL348.98º47.12%59.22%-
HSV(B)348.98º49%78.43%-
XYZ31.9623.1420.55-
YUV133.35120.47175.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=47.39%
G=24.17%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010212000.490.40.22348.9847.1259.22
HexC86678031281615d2f3b
Octal31014617006150265355773
Binary1100100011001101111000011000110100010110101011101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86678; }

 p { color: rgb(200,102,120); }

 H1.HeaderClassName
 {
   color: #C86678;
 }
 .AnyTagClassName
 {
   color: #C86678;
 }
</style>
background-color css

<style>
 a { background-color: #C86678; }

 a { background-color: rgb(200,102,120); }

 div.DivClassName
 {
   background-color: #C86678;
 }
 .BgClassName
 {
   background-color: #C86678;
 }
</style>
border-color css

<style>
 span { border-color: #C86678; }

 span { border-color: rgb(200,102,120); }

 td.TdClassName
 {
   border-color: #C86678;
 }
 .TagClassName
 {
   border-color: #C86678;
 }
</style>