#CB646D

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

Shades of Cabaret #CB646D

Tints of Cabaret #CB646D

Color information

#CB646D (or 0xCB646D) is unknown color: approx Cabaret. HEX triplet: CB, 64 and 6D. RGB value is (203,100,109). Sum of RGB (Red+Green+Blue) = 203+100+109=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB646D is #349B92. Grayscale: #838383. Windows color (decimal): -3447699 or 7169227. OLE color: 7169227.

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

Color convert

RGB203100109-
CMYK00.510.460.20
HSL354.76º49.76%59.41%-
HSV(B)354.76º50.74%79.61%-
XYZ31.9522.9117.21-
YUV131.82115.12178.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=49.27%
G=24.27%
B=26.46%

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
Decimal20310010900.510.460.20354.7649.7659.41
HexCB646D0332E14163323b
Octal31314415506356245436273
Binary1100101111001001101101011001110111010100101100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB646D; }

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

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

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

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

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

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

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

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