#CB5C6E

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

Shades of Cabaret #CB5C6E

Tints of Cabaret #CB5C6E

Color information

#CB5C6E (or 0xCB5C6E) is unknown color: approx Cabaret. HEX triplet: CB, 5C and 6E. RGB value is (203,92,110). Sum of RGB (Red+Green+Blue) = 203+92+110=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5C6E is #34A391. Grayscale: #7F7F7F. Windows color (decimal): -3449746 or 7232715. OLE color: 7232715.

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

Color convert

RGB20392110-
CMYK00.550.460.20
HSL350.27º51.63%57.84%-
HSV(B)350.27º54.68%79.61%-
XYZ31.2721.4817.25-
YUV127.24118.27182.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.12%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=50.12%
G=22.72%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039211000.550.460.20350.2751.6357.84
HexCB5C6E0372E1415e343a
Octal31313415606756245366472
Binary1100101110111001101110011011110111010100101011110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5C6E; }

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

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

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

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

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

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

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

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