#CB4869

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

Shades of Cabaret #CB4869

Tints of Cabaret #CB4869

Color information

#CB4869 (or 0xCB4869) is unknown color: approx Cabaret. HEX triplet: CB, 48 and 69. RGB value is (203,72,105). Sum of RGB (Red+Green+Blue) = 203+72+105=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4869 is #34B796. Grayscale: #727272. Windows color (decimal): -3454871 or 6899915. OLE color: 6899915.

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

Color convert

RGB20372105-
CMYK00.650.480.20
HSL344.89º55.74%53.92%-
HSV(B)344.89º64.53%79.61%-
XYZ29.518.3515.35-
YUV114.93122.4190.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.42%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=53.42%
G=18.95%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037210500.650.480.20344.8955.7453.92
HexCB486904130141593836
Octal313110151010160245317066
Binary11001011100100011010010100000111000010100101011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4869; }

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

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

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

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

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

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

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

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