#CB5968

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

Shades of Cabaret #CB5968

Tints of Cabaret #CB5968

Color information

#CB5968 (or 0xCB5968) is unknown color: approx Cabaret. HEX triplet: CB, 59 and 68. RGB value is (203,89,104). Sum of RGB (Red+Green+Blue) = 203+89+104=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5968 is #34A697. Grayscale: #7C7C7C. Windows color (decimal): -3450520 or 6838731. OLE color: 6838731.

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

Color convert

RGB20389104-
CMYK00.560.490.20
HSL352.11º52.29%57.25%-
HSV(B)352.11º56.16%79.61%-
XYZ30.720.8415.5-
YUV124.8116.27183.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=51.26%
G=22.47%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038910400.560.490.20352.1152.2957.25
HexCB596803831141603439
Octal31313115007061245406471
Binary1100101110110011101000011100011000110100101100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5968; }

 p { color: rgb(203,89,104); }

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

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

 a { background-color: rgb(203,89,104); }

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

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

 span { border-color: rgb(203,89,104); }

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