#C15F71

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

Shades of Cabaret #C15F71

Tints of Cabaret #C15F71

Color information

#C15F71 (or 0xC15F71) is unknown color: approx Cabaret. HEX triplet: C1, 5F and 71. RGB value is (193,95,113). Sum of RGB (Red+Green+Blue) = 193+95+113=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F71 is #3EA08E. Grayscale: #7E7E7E. Windows color (decimal): -4104335 or 7430081. OLE color: 7430081.

HSL color Cylindrical-coordinate representation of color #C15F71: hue angle of 348.98º 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 #C15F71 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19395113-
CMYK00.510.410.24
HSL348.98º44.14%56.47%-
HSV(B)348.98º50.78%75.69%-
XYZ29.0720.7118.09-
YUV126.35120.47175.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=48.13%
G=23.69%
B=28.18%

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
Decimal1939511300.510.410.24348.9844.1456.47
HexC15F71033291815d2c38
Octal30113716106351305355470
Binary1100000110111111110001011001110100111000101011101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F71; }

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

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

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

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

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

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

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

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