#CD4366

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

Shades of Cabaret #CD4366

Tints of Cabaret #CD4366

Color information

#CD4366 (or 0xCD4366) is unknown color: approx Cabaret. HEX triplet: CD, 43 and 66. RGB value is (205,67,102). Sum of RGB (Red+Green+Blue) = 205+67+102=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4366 is #32BC99. Grayscale: #707070. Windows color (decimal): -3325082 or 6702029. OLE color: 6702029.

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

Color convert

RGB20567102-
CMYK00.670.500.20
HSL344.78º57.98%53.33%-
HSV(B)344.78º67.32%80.39%-
XYZ29.5817.9514.48-
YUV112.25122.22194.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.81%
GREEN value IS 67 (26.56% from 255) = 17.91%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=54.81%
G=17.91%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056710200.670.500.20344.7857.9853.33
HexCD436604332141593a35
Octal315103146010362245317265
Binary11001101100001111001100100001111001010100101011001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4366; }

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

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

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

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

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

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

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

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