#CB5B6A

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

Shades of Cabaret #CB5B6A

Tints of Cabaret #CB5B6A

Color information

#CB5B6A (or 0xCB5B6A) is unknown color: approx Cabaret. HEX triplet: CB, 5B and 6A. RGB value is (203,91,106). Sum of RGB (Red+Green+Blue) = 203+91+106=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B6A is #34A495. Grayscale: #7E7E7E. Windows color (decimal): -3450006 or 6970315. OLE color: 6970315.

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

Color convert

RGB20391106-
CMYK00.550.480.20
HSL351.96º51.85%57.65%-
HSV(B)351.96º55.17%79.61%-
XYZ30.9721.2216.1-
YUV126.2116.61182.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=50.75%
G=22.75%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039110600.550.480.20351.9651.8557.65
HexCB5B6A0373014160343a
Octal31313315206760245406472
Binary1100101110110111101010011011111000010100101100000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B6A; }

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

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

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

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

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

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

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

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