#CD606D

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

Shades of Cabaret #CD606D

Tints of Cabaret #CD606D

Color information

#CD606D (or 0xCD606D) is unknown color: approx Cabaret. HEX triplet: CD, 60 and 6D. RGB value is (205,96,109). Sum of RGB (Red+Green+Blue) = 205+96+109=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD606D is #329F92. Grayscale: #828282. Windows color (decimal): -3317651 or 7168205. OLE color: 7168205.

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

Color convert

RGB20596109-
CMYK00.530.470.20
HSL352.84º52.15%59.02%-
HSV(B)352.84º53.17%80.39%-
XYZ32.1222.4517.11-
YUV130.07116.11181.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=50%
G=23.41%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059610900.530.470.20352.8452.1559.02
HexCD606D0352F14161343b
Octal31514015506557245416473
Binary1100110111000001101101011010110111110100101100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD606D; }

 p { color: rgb(205,96,109); }

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

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

 a { background-color: rgb(205,96,109); }

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

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

 span { border-color: rgb(205,96,109); }

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