#C45D46

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

Shades of Flame Pea #C45D46

Tints of Flame Pea #C45D46

Color information

#C45D46 (or 0xC45D46) is unknown color: approx Flame Pea. HEX triplet: C4, 5D and 46. RGB value is (196,93,70). Sum of RGB (Red+Green+Blue) = 196+93+70=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D46 is #3BA2B9. Grayscale: #797979. Windows color (decimal): -3908282 or 4611524. OLE color: 4611524.

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

Color convert

RGB1969370-
CMYK00.530.640.23
HSL10.95º51.64%52.16%-
HSV(B)10.95º64.29%76.86%-
XYZ27.7820.018.19-
YUV121.1899.12181.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 93 (36.72% from 255) = 25.91%
BLUE value IS 70 (27.73% from 255) = 19.50%
R=54.60%
G=25.91%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196937000.530.640.2310.9551.6452.16
HexC45D460354017b3434
Octal30413510606510027136464
Binary110001001011101100011001101011000000101111011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45D46; }

 p { color: rgb(196,93,70); }

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

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

 a { background-color: rgb(196,93,70); }

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

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

 span { border-color: rgb(196,93,70); }

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