#CB5E6D

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

Shades of Cabaret #CB5E6D

Tints of Cabaret #CB5E6D

Color information

#CB5E6D (or 0xCB5E6D) is unknown color: approx Cabaret. HEX triplet: CB, 5E and 6D. RGB value is (203,94,109). Sum of RGB (Red+Green+Blue) = 203+94+109=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E6D is #34A192. Grayscale: #808080. Windows color (decimal): -3449235 or 7167691. OLE color: 7167691.

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

Color convert

RGB20394109-
CMYK00.540.460.20
HSL351.74º51.17%58.24%-
HSV(B)351.74º53.69%79.61%-
XYZ31.3921.8117.02-
YUV128.3117.11181.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=50%
G=23.15%
B=26.85%

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
Decimal2039410900.540.460.20351.7451.1758.24
HexCB5E6D0362E14160333a
Octal31313615506656245406372
Binary1100101110111101101101011011010111010100101100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E6D; }

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

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

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

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

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

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

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

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