#CB4370

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

Shades of Cabaret #CB4370

Tints of Cabaret #CB4370

Color information

#CB4370 (or 0xCB4370) is unknown color: approx Cabaret. HEX triplet: CB, 43 and 70. RGB value is (203,67,112). Sum of RGB (Red+Green+Blue) = 203+67+112=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4370 is #34BC8F. Grayscale: #707070. Windows color (decimal): -3456144 or 7357387. OLE color: 7357387.

HSL color Cylindrical-coordinate representation of color #CB4370: hue angle of 340.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4370 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB20367112-
CMYK00.670.450.20
HSL340.15º56.67%52.94%-
HSV(B)340.15º67%79.61%-
XYZ29.5617.8817.22-
YUV112.79127.56192.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.14%
GREEN value IS 67 (26.56% from 255) = 17.54%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=53.14%
G=17.54%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036711200.670.450.20340.1556.6752.94
HexCB43700432D141543935
Octal313103160010355245247165
Binary11001011100001111100000100001110110110100101010100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4370; }

 p { color: rgb(203,67,112); }

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

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

 a { background-color: rgb(203,67,112); }

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

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

 span { border-color: rgb(203,67,112); }

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