#C15C4C

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

Shades of Flame Pea #C15C4C

Tints of Flame Pea #C15C4C

Color information

#C15C4C (or 0xC15C4C) is unknown color: approx Flame Pea. HEX triplet: C1, 5C and 4C. RGB value is (193,92,76). Sum of RGB (Red+Green+Blue) = 193+92+76=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C4C is #3EA3B3. Grayscale: #787878. Windows color (decimal): -4105140 or 5004481. OLE color: 5004481.

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

Color convert

RGB1939276-
CMYK00.520.610.24
HSL8.21º48.55%52.75%-
HSV(B)8.21º60.62%75.69%-
XYZ27.1219.519.17-
YUV120.38102.96179.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=53.46%
G=25.48%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193927600.520.610.248.2148.5552.75
HexC15C4C0343D1883135
Octal3011341140647530106165
Binary11000001101110010011000110100111101110001000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15C4C; }

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

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

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

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

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

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

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

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