#CD4762

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

Shades of Cabaret #CD4762

Tints of Cabaret #CD4762

Color information

#CD4762 (or 0xCD4762) is unknown color: approx Cabaret. HEX triplet: CD, 47 and 62. RGB value is (205,71,98). Sum of RGB (Red+Green+Blue) = 205+71+98=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4762 is #32B89D. Grayscale: #727272. Windows color (decimal): -3324062 or 6440909. OLE color: 6440909.

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

Color convert

RGB2057198-
CMYK00.650.520.20
HSL347.91º57.26%54.12%-
HSV(B)347.91º65.37%80.39%-
XYZ29.6318.3713.54-
YUV114.14118.89192.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.81%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=54.81%
G=18.98%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205719800.650.520.20347.9157.2654.12
HexCD4762041341415c3936
Octal315107142010164245347166
Binary11001101100011111000100100000111010010100101011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4762; }

 p { color: rgb(205,71,98); }

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

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

 a { background-color: rgb(205,71,98); }

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

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

 span { border-color: rgb(205,71,98); }

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