#C55F42

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

Shades of Flame Pea #C55F42

Tints of Flame Pea #C55F42

Color information

#C55F42 (or 0xC55F42) is unknown color: approx Flame Pea. HEX triplet: C5, 5F and 42. RGB value is (197,95,66). Sum of RGB (Red+Green+Blue) = 197+95+66=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F42 is #3AA0BD. Grayscale: #7A7A7A. Windows color (decimal): -3842238 or 4349893. OLE color: 4349893.

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

Color convert

RGB1979566-
CMYK00.520.660.23
HSL13.28º53.04%51.57%-
HSV(B)13.28º66.5%77.25%-
XYZ28.120.457.62-
YUV122.1996.29181.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.03%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=55.03%
G=26.54%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197956600.520.660.2313.2853.0451.57
HexC55F420344217d3534
Octal30513710206410227156564
Binary110001011011111100001001101001000010101111101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F42; }

 p { color: rgb(197,95,66); }

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

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

 a { background-color: rgb(197,95,66); }

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

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

 span { border-color: rgb(197,95,66); }

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