#CD646E

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

Shades of Cabaret #CD646E

Tints of Cabaret #CD646E

Color information

#CD646E (or 0xCD646E) is unknown color: approx Cabaret. HEX triplet: CD, 64 and 6E. RGB value is (205,100,110). Sum of RGB (Red+Green+Blue) = 205+100+110=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD646E is #329B91. Grayscale: #848484. Windows color (decimal): -3316626 or 7234765. OLE color: 7234765.

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

Color convert

RGB205100110-
CMYK00.510.460.20
HSL354.29º51.22%59.8%-
HSV(B)354.29º51.22%80.39%-
XYZ32.5523.2217.52-
YUV132.54115.29179.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.40%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=49.40%
G=24.10%
B=26.51%

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
Decimal20510011000.510.460.20354.2951.2259.8
HexCD646E0332E14162333c
Octal31514415606356245426374
Binary1100110111001001101110011001110111010100101100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD646E; }

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

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

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

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

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

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

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

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