#CB656C

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

Shades of Cabaret #CB656C

Tints of Cabaret #CB656C

Color information

#CB656C (or 0xCB656C) is unknown color: approx Cabaret. HEX triplet: CB, 65 and 6C. RGB value is (203,101,108). Sum of RGB (Red+Green+Blue) = 203+101+108=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB656C is #349A93. Grayscale: #848484. Windows color (decimal): -3447444 or 7103947. OLE color: 7103947.

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

Color convert

RGB203101108-
CMYK00.500.470.20
HSL355.88º49.51%59.61%-
HSV(B)355.88º50.25%79.61%-
XYZ31.9923.0916.96-
YUV132.3114.29178.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=49.27%
G=24.51%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310110800.500.470.20355.8849.5159.61
HexCB656C0322F14164323c
Octal31314515406257245446274
Binary1100101111001011101100011001010111110100101100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB656C; }

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

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

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

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

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

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

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

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