#C05B70

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

Shades of Cabaret #C05B70

Tints of Cabaret #C05B70

Color information

#C05B70 (or 0xC05B70) is unknown color: approx Cabaret. HEX triplet: C0, 5B and 70. RGB value is (192,91,112). Sum of RGB (Red+Green+Blue) = 192+91+112=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B70 is #3FA48F. Grayscale: #7B7B7B. Windows color (decimal): -4170896 or 7363520. OLE color: 7363520.

HSL color Cylindrical-coordinate representation of color #C05B70: hue angle of 347.52º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05B70 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19291112-
CMYK00.530.420.25
HSL347.52º44.49%55.49%-
HSV(B)347.52º52.6%75.29%-
XYZ28.419.8617.67-
YUV123.59121.46176.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=48.61%
G=23.04%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929111200.530.420.25347.5244.4955.49
HexC05B700352A1915c2c37
Octal30013316006552315345467
Binary1100000010110111110000011010110101011001101011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B70; }

 p { color: rgb(192,91,112); }

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

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

 a { background-color: rgb(192,91,112); }

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

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

 span { border-color: rgb(192,91,112); }

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