#CD656E

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

Shades of Cabaret #CD656E

Tints of Cabaret #CD656E

Color information

#CD656E (or 0xCD656E) is unknown color: approx Cabaret. HEX triplet: CD, 65 and 6E. RGB value is (205,101,110). Sum of RGB (Red+Green+Blue) = 205+101+110=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD656E is #329A91. Grayscale: #858585. Windows color (decimal): -3316370 or 7235021. OLE color: 7235021.

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

Color convert

RGB205101110-
CMYK00.510.460.20
HSL354.81º50.98%60%-
HSV(B)354.81º50.73%80.39%-
XYZ32.6423.4117.55-
YUV133.12114.96179.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.28%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=49.28%
G=24.28%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510111000.510.460.20354.8150.9860
HexCD656E0332E14163333c
Octal31514515606356245436374
Binary1100110111001011101110011001110111010100101100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD656E; }

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

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

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

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

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

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

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

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