#C15541

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

Shades of Flame Pea #C15541

Tints of Flame Pea #C15541

Color information

#C15541 (or 0xC15541) is unknown color: approx Flame Pea. HEX triplet: C1, 55 and 41. RGB value is (193,85,65). Sum of RGB (Red+Green+Blue) = 193+85+65=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C15541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15541 is #3EAABE. Grayscale: #737373. Windows color (decimal): -4106943 or 4281793. OLE color: 4281793.

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

Color convert

RGB1938565-
CMYK00.560.660.24
HSL9.38º50.79%50.59%-
HSV(B)9.38º66.32%75.69%-
XYZ26.1918.227.14-
YUV115.0199.78183.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=56.27%
G=24.78%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193856500.560.660.249.3850.7950.59
HexC15541038421893333
Octal30112510107010230116363
Binary110000011010101100000101110001000010110001001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15541; }

 p { color: rgb(193,85,65); }

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

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

 a { background-color: rgb(193,85,65); }

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

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

 span { border-color: rgb(193,85,65); }

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