#CB5D6E

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

Shades of Cabaret #CB5D6E

Tints of Cabaret #CB5D6E

Color information

#CB5D6E (or 0xCB5D6E) is unknown color: approx Cabaret. HEX triplet: CB, 5D and 6E. RGB value is (203,93,110). Sum of RGB (Red+Green+Blue) = 203+93+110=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D6E is #34A291. Grayscale: #7F7F7F. Windows color (decimal): -3449490 or 7232971. OLE color: 7232971.

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

Color convert

RGB20393110-
CMYK00.540.460.20
HSL350.73º51.4%58.04%-
HSV(B)350.73º54.19%79.61%-
XYZ31.3621.6517.28-
YUV127.83117.94181.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=50%
G=22.91%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039311000.540.460.20350.7351.458.04
HexCB5D6E0362E1415f333a
Octal31313515606656245376372
Binary1100101110111011101110011011010111010100101011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D6E; }

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

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

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

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

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

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

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

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