#c15b72

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

Shades of Cabaret #C15B72

Tints of Cabaret #C15B72

Color information

#C15B72 (or 0xC15B72) is unknown color: approx Cabaret. HEX triplet: C1, 5B and 72. RGB value is (193,91,114). Sum of RGB (Red+Green+Blue) = 193+91+114=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B72 is #3EA48D. Grayscale: #7C7C7C. Windows color (decimal): -4105358 or 7494593. OLE color: 7494593.

HSL color Cylindrical-coordinate representation of color #C15B72: hue angle of 346.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15B72 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19391114-
CMYK00.530.410.24
HSL346.47º45.13%55.69%-
HSV(B)346.47º52.85%75.69%-
XYZ28.7720.0318.27-
YUV124.12122.29177.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 91 (35.94% from 255) = 22.86%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=48.49%
G=22.86%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939111400.530.410.24346.4745.1355.69
HexC15B72035291815a2d38
Octal30113316206551305325570
Binary1100000110110111110010011010110100111000101011010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15b72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15b72; }

 p { color: rgb(193,91,114); }

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

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

 a { background-color: rgb(193,91,114); }

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

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

 span { border-color: rgb(193,91,114); }

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