#CD3E6E

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

Shades of Cabaret #CD3E6E

Tints of Cabaret #CD3E6E

Color information

#CD3E6E (or 0xCD3E6E) is unknown color: approx Cabaret. HEX triplet: CD, 3E and 6E. RGB value is (205,62,110). Sum of RGB (Red+Green+Blue) = 205+62+110=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E6E is #32C191. Grayscale: #6E6E6E. Windows color (decimal): -3326354 or 7225037. OLE color: 7225037.

HSL color Cylindrical-coordinate representation of color #CD3E6E: hue angle of 339.86º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E6E is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB20562110-
CMYK00.700.460.20
HSL339.86º58.85%52.35%-
HSV(B)339.86º69.76%80.39%-
XYZ29.7117.5516.57-
YUV110.23127.88195.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 62 (24.61% from 255) = 16.45%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=54.38%
G=16.45%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056211000.700.460.20339.8658.8552.35
HexCD3E6E0462E141543b34
Octal31576156010656245247364
Binary1100110111111011011100100011010111010100101010100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E6E; }

 p { color: rgb(205,62,110); }

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

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

 a { background-color: rgb(205,62,110); }

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

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

 span { border-color: rgb(205,62,110); }

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