#CB4E63

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

Shades of Cabaret #CB4E63

Tints of Cabaret #CB4E63

Color information

#CB4E63 (or 0xCB4E63) is unknown color: approx Cabaret. HEX triplet: CB, 4E and 63. RGB value is (203,78,99). Sum of RGB (Red+Green+Blue) = 203+78+99=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E63 is #34B19C. Grayscale: #757575. Windows color (decimal): -3453341 or 6508235. OLE color: 6508235.

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

Color convert

RGB2037899-
CMYK00.620.510.20
HSL349.92º54.59%55.1%-
HSV(B)349.92º61.58%79.61%-
XYZ29.6119.0513.92-
YUV117.77117.41188.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.42%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=53.42%
G=20.53%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203789900.620.510.20349.9254.5955.1
HexCB4E6303E331415e3737
Octal31311614307663245366767
Binary1100101110011101100011011111011001110100101011110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E63; }

 p { color: rgb(203,78,99); }

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

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

 a { background-color: rgb(203,78,99); }

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

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

 span { border-color: rgb(203,78,99); }

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