#CD606A

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

Shades of Cabaret #CD606A

Tints of Cabaret #CD606A

Color information

#CD606A (or 0xCD606A) is unknown color: approx Cabaret. HEX triplet: CD, 60 and 6A. RGB value is (205,96,106). Sum of RGB (Red+Green+Blue) = 205+96+106=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD606A is #329F95. Grayscale: #818181. Windows color (decimal): -3317654 or 6971597. OLE color: 6971597.

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

Color convert

RGB20596106-
CMYK00.530.480.20
HSL354.5º52.15%59.02%-
HSV(B)354.5º53.17%80.39%-
XYZ31.9622.3916.27-
YUV129.73114.61181.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.37%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=50.37%
G=23.59%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059610600.530.480.20354.552.1559.02
HexCD606A0353014162343b
Octal31514015206560245426473
Binary1100110111000001101010011010111000010100101100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD606A; }

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

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

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

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

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

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

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

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