#CB5D69

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

Shades of Cabaret #CB5D69

Tints of Cabaret #CB5D69

Color information

#CB5D69 (or 0xCB5D69) is unknown color: approx Cabaret. HEX triplet: CB, 5D and 69. RGB value is (203,93,105). Sum of RGB (Red+Green+Blue) = 203+93+105=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D69 is #34A296. Grayscale: #7F7F7F. Windows color (decimal): -3449495 or 6905291. OLE color: 6905291.

HSL color Cylindrical-coordinate representation of color #CB5D69: hue angle of 353.45º 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 #CB5D69 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20393105-
CMYK00.540.480.20
HSL353.45º51.4%58.04%-
HSV(B)353.45º54.19%79.61%-
XYZ31.0921.5515.88-
YUV127.26115.44182.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.62%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=50.62%
G=23.19%
B=26.18%

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
Decimal2039310500.540.480.20353.4551.458.04
HexCB5D690363014161333a
Octal31313515106660245416372
Binary1100101110111011101001011011011000010100101100001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D69; }

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

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

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

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

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

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

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

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