#C15A66

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

Shades of Cabaret #C15A66

Tints of Cabaret #C15A66

Color information

#C15A66 (or 0xC15A66) is unknown color: approx Cabaret. HEX triplet: C1, 5A and 66. RGB value is (193,90,102). Sum of RGB (Red+Green+Blue) = 193+90+102=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A66 is #3EA599. Grayscale: #7A7A7A. Windows color (decimal): -4105626 or 6707905. OLE color: 6707905.

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

Color convert

RGB19390102-
CMYK00.530.470.24
HSL353.01º45.37%55.49%-
HSV(B)353.01º53.37%75.69%-
XYZ28.0519.6114.88-
YUV122.16116.62178.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=50.13%
G=23.38%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939010200.530.470.24353.0145.3755.49
HexC15A660352F181612d37
Octal30113214606557305415567
Binary1100000110110101100110011010110111111000101100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A66; }

 p { color: rgb(193,90,102); }

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

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

 a { background-color: rgb(193,90,102); }

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

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

 span { border-color: rgb(193,90,102); }

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