#CD4866

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

Shades of Cabaret #CD4866

Tints of Cabaret #CD4866

Color information

#CD4866 (or 0xCD4866) is unknown color: approx Cabaret. HEX triplet: CD, 48 and 66. RGB value is (205,72,102). Sum of RGB (Red+Green+Blue) = 205+72+102=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4866 is #32B799. Grayscale: #737373. Windows color (decimal): -3323802 or 6703309. OLE color: 6703309.

HSL color Cylindrical-coordinate representation of color #CD4866: hue angle of 346.47º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4866 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20572102-
CMYK00.650.500.20
HSL346.47º57.08%54.31%-
HSV(B)346.47º64.88%80.39%-
XYZ29.8918.5714.58-
YUV115.19120.56192.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=54.09%
G=19.00%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057210200.650.500.20346.4757.0854.31
HexCD4866041321415a3936
Octal315110146010162245327166
Binary11001101100100011001100100000111001010100101011010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4866; }

 p { color: rgb(205,72,102); }

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

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

 a { background-color: rgb(205,72,102); }

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

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

 span { border-color: rgb(205,72,102); }

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