#CD646D

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

Shades of Cabaret #CD646D

Tints of Cabaret #CD646D

Color information

#CD646D (or 0xCD646D) is unknown color: approx Cabaret. HEX triplet: CD, 64 and 6D. RGB value is (205,100,109). Sum of RGB (Red+Green+Blue) = 205+100+109=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD646D is #329B92. Grayscale: #848484. Windows color (decimal): -3316627 or 7169229. OLE color: 7169229.

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

Color convert

RGB205100109-
CMYK00.510.470.20
HSL354.86º51.22%59.8%-
HSV(B)354.86º51.22%80.39%-
XYZ32.4923.217.23-
YUV132.42114.79179.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.52%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=49.52%
G=24.15%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510010900.510.470.20354.8651.2259.8
HexCD646D0332F14163333c
Octal31514415506357245436374
Binary1100110111001001101101011001110111110100101100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD646D; }

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

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

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

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

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

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

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

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