#C15F72

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

Shades of Cabaret #C15F72

Tints of Cabaret #C15F72

Color information

#C15F72 (or 0xC15F72) is unknown color: approx Cabaret. HEX triplet: C1, 5F and 72. RGB value is (193,95,114). Sum of RGB (Red+Green+Blue) = 193+95+114=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F72 is #3EA08D. Grayscale: #7E7E7E. Windows color (decimal): -4104334 or 7495617. OLE color: 7495617.

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

Color convert

RGB19395114-
CMYK00.510.410.24
HSL348.37º44.14%56.47%-
HSV(B)348.37º50.78%75.69%-
XYZ29.1220.7418.39-
YUV126.47120.97175.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=48.01%
G=23.63%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939511400.510.410.24348.3744.1456.47
HexC15F72033291815c2c38
Octal30113716206351305345470
Binary1100000110111111110010011001110100111000101011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F72; }

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

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

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

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

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

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

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

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