#C45941

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

Shades of Flame Pea #C45941

Tints of Flame Pea #C45941

Color information

#C45941 (or 0xC45941) is unknown color: approx Flame Pea. HEX triplet: C4, 59 and 41. RGB value is (196,89,65). Sum of RGB (Red+Green+Blue) = 196+89+65=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C45941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45941 is #3BA6BE. Grayscale: #767676. Windows color (decimal): -3909311 or 4282820. OLE color: 4282820.

HSL color Cylindrical-coordinate representation of color #C45941: hue angle of 10.99º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C45941 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1968965-
CMYK00.550.670.23
HSL10.99º52.61%51.18%-
HSV(B)10.99º66.84%76.86%-
XYZ27.2919.267.28-
YUV118.2697.95183.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=56%
G=25.43%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196896500.550.670.2310.9952.6151.18
HexC459410374317b3533
Octal30413110106710327136563
Binary110001001011001100000101101111000011101111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45941; }

 p { color: rgb(196,89,65); }

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

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

 a { background-color: rgb(196,89,65); }

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

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

 span { border-color: rgb(196,89,65); }

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