#C15B45

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

Shades of Flame Pea #C15B45

Tints of Flame Pea #C15B45

Color information

#C15B45 (or 0xC15B45) is unknown color: approx Flame Pea. HEX triplet: C1, 5B and 45. RGB value is (193,91,69). Sum of RGB (Red+Green+Blue) = 193+91+69=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B45 is #3EA4BA. Grayscale: #777777. Windows color (decimal): -4105403 or 4545473. OLE color: 4545473.

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

Color convert

RGB1939169-
CMYK00.530.640.24
HSL10.65º50%51.37%-
HSV(B)10.65º64.25%75.69%-
XYZ26.8119.257.93-
YUV118.9999.79180.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=54.67%
G=25.78%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193916900.530.640.2410.655051.37
HexC15B450354018b3233
Octal30113310506510030136263
Binary110000011011011100010101101011000000110001011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15B45; }

 p { color: rgb(193,91,69); }

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

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

 a { background-color: rgb(193,91,69); }

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

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

 span { border-color: rgb(193,91,69); }

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