#C45C45

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

Shades of Flame Pea #C45C45

Tints of Flame Pea #C45C45

Color information

#C45C45 (or 0xC45C45) is unknown color: approx Flame Pea. HEX triplet: C4, 5C and 45. RGB value is (196,92,69). Sum of RGB (Red+Green+Blue) = 196+92+69=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C45 is #3BA3BA. Grayscale: #787878. Windows color (decimal): -3908539 or 4545732. OLE color: 4545732.

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

Color convert

RGB1969269-
CMYK00.530.650.23
HSL10.87º51.84%51.96%-
HSV(B)10.87º64.8%76.86%-
XYZ27.6719.828-
YUV120.4798.96181.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.90%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=54.90%
G=25.77%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196926900.530.650.2310.8751.8451.96
HexC45C450354117b3434
Octal30413410506510127136464
Binary110001001011100100010101101011000001101111011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45C45; }

 p { color: rgb(196,92,69); }

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

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

 a { background-color: rgb(196,92,69); }

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

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

 span { border-color: rgb(196,92,69); }

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