#C45642

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

Shades of Flame Pea #C45642

Tints of Flame Pea #C45642

Color information

#C45642 (or 0xC45642) is unknown color: approx Flame Pea. HEX triplet: C4, 56 and 42. RGB value is (196,86,66). Sum of RGB (Red+Green+Blue) = 196+86+66=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C45642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45642 is #3BA9BD. Grayscale: #747474. Windows color (decimal): -3910078 or 4347588. OLE color: 4347588.

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

Color convert

RGB1968666-
CMYK00.560.660.23
HSL9.23º52.42%51.37%-
HSV(B)9.23º66.33%76.86%-
XYZ27.0818.787.35-
YUV116.6199.44184.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.32%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=56.32%
G=24.71%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196866600.560.660.239.2352.4251.37
HexC45642038421793433
Octal30412610207010227116463
Binary110001001010110100001001110001000010101111001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45642; }

 p { color: rgb(196,86,66); }

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

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

 a { background-color: rgb(196,86,66); }

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

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

 span { border-color: rgb(196,86,66); }

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