#CB5A6A

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

Shades of Cabaret #CB5A6A

Tints of Cabaret #CB5A6A

Color information

#CB5A6A (or 0xCB5A6A) is unknown color: approx Cabaret. HEX triplet: CB, 5A and 6A. RGB value is (203,90,106). Sum of RGB (Red+Green+Blue) = 203+90+106=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A6A is #34A595. Grayscale: #7D7D7D. Windows color (decimal): -3450262 or 6970059. OLE color: 6970059.

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

Color convert

RGB20390106-
CMYK00.560.480.20
HSL351.5º52.07%57.45%-
HSV(B)351.5º55.67%79.61%-
XYZ30.8921.0516.07-
YUV125.61116.94183.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=50.88%
G=22.56%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039010600.560.480.20351.552.0757.45
HexCB5A6A03830141603439
Octal31313215207060245406471
Binary1100101110110101101010011100011000010100101100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A6A; }

 p { color: rgb(203,90,106); }

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

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

 a { background-color: rgb(203,90,106); }

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

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

 span { border-color: rgb(203,90,106); }

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