#CB5267

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

Shades of Cabaret #CB5267

Tints of Cabaret #CB5267

Color information

#CB5267 (or 0xCB5267) is unknown color: approx Cabaret. HEX triplet: CB, 52 and 67. RGB value is (203,82,103). Sum of RGB (Red+Green+Blue) = 203+82+103=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5267 is #34AD98. Grayscale: #787878. Windows color (decimal): -3452313 or 6771403. OLE color: 6771403.

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

Color convert

RGB20382103-
CMYK00.600.490.20
HSL349.59º53.78%55.88%-
HSV(B)349.59º59.61%79.61%-
XYZ30.0919.7115.05-
YUV120.57118.09186.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 82 (32.42% from 255) = 21.13%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=52.32%
G=21.13%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038210300.600.490.20349.5953.7855.88
HexCB526703C311415e3638
Octal31312214707461245366670
Binary1100101110100101100111011110011000110100101011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5267; }

 p { color: rgb(203,82,103); }

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

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

 a { background-color: rgb(203,82,103); }

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

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

 span { border-color: rgb(203,82,103); }

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