#C84D66

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

Shades of Cabaret #C84D66

Tints of Cabaret #C84D66

Color information

#C84D66 (or 0xC84D66) is unknown color: approx Cabaret. HEX triplet: C8, 4D and 66. RGB value is (200,77,102). Sum of RGB (Red+Green+Blue) = 200+77+102=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D66 is #37B299. Grayscale: #747474. Windows color (decimal): -3650202 or 6704584. OLE color: 6704584.

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

Color convert

RGB20077102-
CMYK00.620.490.22
HSL347.8º52.79%54.31%-
HSV(B)347.8º61.5%78.43%-
XYZ28.8718.5514.63-
YUV116.63119.75187.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=52.77%
G=20.32%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007710200.620.490.22347.852.7954.31
HexC84D6603E311615c3536
Octal31011514607661265346566
Binary1100100010011011100110011111011000110110101011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84D66; }

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

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

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

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

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

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

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

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