Html Css Color HEX #C55D49 Flame Pea

📋 copy color: '#C55D49'

red 197 ◦ green 93 ◦ blue 73

#C55D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #C55D49

Tints of Flame Pea #C55D49

RGB

 RED value IS 197 (77.34% from 255) = 54.27%

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 54.27%
G = 25.62%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C55D49 (or 0xC55D49) is known color: Flame Pea. HEX triplet: C5, 5D and 49. RGB value is (197,93,73). Sum of RGB (Red+Green+Blue) = 197+93+73=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D49 is #3AA2B6. Grayscale: #7A7A7A. Windows color (decimal): -3842743 or 4808133. OLE color: 4808133.

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

Color convert

RGB 197 93 73 -
CMYK 0 0.53 0.63 0.23
HSL 9.68º 0.52% 0.53% -
HSV(B) 9.68º 0.63% 0.77% -
XYZ 28.14 20.18 8.72 -
YUV 121.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 197 93 73 0 0.53 0.63 0.23 9.68 0.52 0.53
Hex C5 5D 49 0 35 3F 17 A 34 35
Octal 305 135 111 0 65 77 27 12 64 65
Binary 11000101 1011101 1001001 0 110101 111111 10111 1010 110100 110101

Color Harmonies of #C55D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D49

Black with #C55D49

Text Example


Text Example

White with #C55D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D49; }

 p { color: rgb(197,93,73); }

 H1.HeaderClassName
 {
   color: #C55D49;
 }
 .AnyTagClassName
 {
   color: #C55D49;
 }
</style>

background-color css

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

 a { background-color: rgb(197,93,73); }

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

border-color css

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

 span { border-color: rgb(197,93,73); }

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