#CB656D

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

Shades of Cabaret #CB656D

Tints of Cabaret #CB656D

Color information

#CB656D (or 0xCB656D) is unknown color: approx Cabaret. HEX triplet: CB, 65 and 6D. RGB value is (203,101,109). Sum of RGB (Red+Green+Blue) = 203+101+109=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB656D is #349A92. Grayscale: #848484. Windows color (decimal): -3447443 or 7169483. OLE color: 7169483.

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

Color convert

RGB203101109-
CMYK00.500.460.20
HSL355.29º49.51%59.61%-
HSV(B)355.29º50.25%79.61%-
XYZ32.0423.1117.24-
YUV132.41114.79178.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.15%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=49.15%
G=24.46%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310110900.500.460.20355.2949.5159.61
HexCB656D0322E14163323c
Octal31314515506256245436274
Binary1100101111001011101101011001010111010100101100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB656D; }

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

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

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

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

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

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

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

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