#C15A4C

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

Shades of Flame Pea #C15A4C

Tints of Flame Pea #C15A4C

Color information

#C15A4C (or 0xC15A4C) is unknown color: approx Flame Pea. HEX triplet: C1, 5A and 4C. RGB value is (193,90,76). Sum of RGB (Red+Green+Blue) = 193+90+76=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A4C is #3EA5B3. Grayscale: #777777. Windows color (decimal): -4105652 or 5003969. OLE color: 5003969.

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

Color convert

RGB1939076-
CMYK00.530.610.24
HSL7.18º48.55%52.75%-
HSV(B)7.18º60.62%75.69%-
XYZ26.9519.179.12-
YUV119.2103.62180.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.76%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=53.76%
G=25.07%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193907600.530.610.247.1848.5552.75
HexC15A4C0353D1873135
Octal301132114065753076165
Binary1100000110110101001100011010111110111000111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A4C; }

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

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

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

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

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

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

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

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