#CD4365

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

Shades of Cabaret #CD4365

Tints of Cabaret #CD4365

Color information

#CD4365 (or 0xCD4365) is unknown color: approx Cabaret. HEX triplet: CD, 43 and 65. RGB value is (205,67,101). Sum of RGB (Red+Green+Blue) = 205+67+101=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4365 is #32BC9A. Grayscale: #707070. Windows color (decimal): -3325083 or 6636493. OLE color: 6636493.

HSL color Cylindrical-coordinate representation of color #CD4365: hue angle of 345.22º 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 #CD4365 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB20567101-
CMYK00.670.510.20
HSL345.22º57.98%53.33%-
HSV(B)345.22º67.32%80.39%-
XYZ29.5317.9314.22-
YUV112.14121.72194.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=54.96%
G=17.96%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056710100.670.510.20345.2257.9853.33
HexCD436504333141593a35
Octal315103145010363245317265
Binary11001101100001111001010100001111001110100101011001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4365; }

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

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

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

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

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

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

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

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