#CD426A

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

Shades of Cabaret #CD426A

Tints of Cabaret #CD426A

Color information

#CD426A (or 0xCD426A) is unknown color: approx Cabaret. HEX triplet: CD, 42 and 6A. RGB value is (205,66,106). Sum of RGB (Red+Green+Blue) = 205+66+106=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD426A is #32BD95. Grayscale: #707070. Windows color (decimal): -3325334 or 6963917. OLE color: 6963917.

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

Color convert

RGB20566106-
CMYK00.680.480.20
HSL342.73º58.16%53.14%-
HSV(B)342.73º67.8%80.39%-
XYZ29.7317.9215.53-
YUV112.12124.55194.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=54.38%
G=17.51%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056610600.680.480.20342.7358.1653.14
HexCD426A04430141573a35
Octal315102152010460245277265
Binary11001101100001011010100100010011000010100101010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD426A; }

 p { color: rgb(205,66,106); }

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

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

 a { background-color: rgb(205,66,106); }

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

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

 span { border-color: rgb(205,66,106); }

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