#CB646E

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

Shades of Cabaret #CB646E

Tints of Cabaret #CB646E

Color information

#CB646E (or 0xCB646E) is unknown color: approx Cabaret. HEX triplet: CB, 64 and 6E. RGB value is (203,100,110). Sum of RGB (Red+Green+Blue) = 203+100+110=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB646E is #349B91. Grayscale: #848484. Windows color (decimal): -3447698 or 7234763. OLE color: 7234763.

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

Color convert

RGB203100110-
CMYK00.510.460.20
HSL354.17º49.76%59.41%-
HSV(B)354.17º50.74%79.61%-
XYZ3222.9417.49-
YUV131.94115.62178.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.15%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=49.15%
G=24.21%
B=26.63%

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
Decimal20310011000.510.460.20354.1749.7659.41
HexCB646E0332E14162323b
Octal31314415606356245426273
Binary1100101111001001101110011001110111010100101100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB646E; }

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

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

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

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

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

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

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

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