#CB5D6A

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

Shades of Cabaret #CB5D6A

Tints of Cabaret #CB5D6A

Color information

#CB5D6A (or 0xCB5D6A) is unknown color: approx Cabaret. HEX triplet: CB, 5D and 6A. RGB value is (203,93,106). Sum of RGB (Red+Green+Blue) = 203+93+106=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D6A is #34A295. Grayscale: #7F7F7F. Windows color (decimal): -3449494 or 6970827. OLE color: 6970827.

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

Color convert

RGB20393106-
CMYK00.540.480.20
HSL352.91º51.4%58.04%-
HSV(B)352.91º54.19%79.61%-
XYZ31.1421.5716.16-
YUV127.37115.94181.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=50.50%
G=23.13%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039310600.540.480.20352.9151.458.04
HexCB5D6A0363014161333a
Octal31313515206660245416372
Binary1100101110111011101010011011011000010100101100001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D6A; }

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

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

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

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

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

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

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

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