#C86670

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

Shades of Cabaret #C86670

Tints of Cabaret #C86670

Color information

#C86670 (or 0xC86670) is unknown color: approx Cabaret. HEX triplet: C8, 66 and 70. RGB value is (200,102,112). Sum of RGB (Red+Green+Blue) = 200+102+112=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86670 is #37998F. Grayscale: #848484. Windows color (decimal): -3643792 or 7366344. OLE color: 7366344.

HSL color Cylindrical-coordinate representation of color #C86670: hue angle of 353.88º 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 #C86670 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200102112-
CMYK00.490.440.22
HSL353.88º47.12%59.22%-
HSV(B)353.88º49%78.43%-
XYZ31.522.9518.1-
YUV132.44116.47176.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=48.31%
G=24.64%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010211200.490.440.22353.8847.1259.22
HexC866700312C161622f3b
Octal31014616006154265425773
Binary1100100011001101110000011000110110010110101100010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86670; }

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

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

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

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

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

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

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

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