#CB5468

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

Shades of Cabaret #CB5468

Tints of Cabaret #CB5468

Color information

#CB5468 (or 0xCB5468) is unknown color: approx Cabaret. HEX triplet: CB, 54 and 68. RGB value is (203,84,104). Sum of RGB (Red+Green+Blue) = 203+84+104=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5468 is #34AB97. Grayscale: #797979. Windows color (decimal): -3451800 or 6837451. OLE color: 6837451.

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

Color convert

RGB20384104-
CMYK00.590.490.20
HSL349.92º53.36%56.27%-
HSV(B)349.92º58.62%79.61%-
XYZ30.320.0415.37-
YUV121.86117.92185.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=51.92%
G=21.48%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038410400.590.490.20349.9253.3656.27
HexCB546803B311415e3538
Octal31312415007361245366570
Binary1100101110101001101000011101111000110100101011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5468; }

 p { color: rgb(203,84,104); }

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

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

 a { background-color: rgb(203,84,104); }

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

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

 span { border-color: rgb(203,84,104); }

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