#CD646F

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

Shades of Cabaret #CD646F

Tints of Cabaret #CD646F

Color information

#CD646F (or 0xCD646F) is unknown color: approx Cabaret. HEX triplet: CD, 64 and 6F. RGB value is (205,100,111). Sum of RGB (Red+Green+Blue) = 205+100+111=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD646F is #329B90. Grayscale: #848484. Windows color (decimal): -3316625 or 7300301. OLE color: 7300301.

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

Color convert

RGB205100111-
CMYK00.510.460.20
HSL353.71º51.22%59.8%-
HSV(B)353.71º51.22%80.39%-
XYZ32.623.2417.81-
YUV132.65115.79179.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.28%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=49.28%
G=24.04%
B=26.68%

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
Decimal20510011100.510.460.20353.7151.2259.8
HexCD646F0332E14162333c
Octal31514415706356245426374
Binary1100110111001001101111011001110111010100101100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD646F; }

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

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

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

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

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

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

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

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