#C86673

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

Shades of Cabaret #C86673

Tints of Cabaret #C86673

Color information

#C86673 (or 0xC86673) is unknown color: approx Cabaret. HEX triplet: C8, 66 and 73. RGB value is (200,102,115). Sum of RGB (Red+Green+Blue) = 200+102+115=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C86673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86673 is #37998C. Grayscale: #848484. Windows color (decimal): -3643789 or 7562952. OLE color: 7562952.

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

Color convert

RGB200102115-
CMYK00.490.420.22
HSL352.04º47.12%59.22%-
HSV(B)352.04º49%78.43%-
XYZ31.6723.0218.99-
YUV132.78117.97175.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=47.96%
G=24.46%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010211500.490.420.22352.0447.1259.22
HexC866730312A161602f3b
Octal31014616306152265405773
Binary1100100011001101110011011000110101010110101100000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86673; }

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

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

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

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

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

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

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

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