Html Css Color HEX #C55848 Flame Pea

📋 copy color: '#C55848'

red 197 ◦ green 88 ◦ blue 72

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

Shades of Flame Pea #C55848

Tints of Flame Pea #C55848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 55.18%
G = 24.65%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C55848 (or 0xC55848) is known color: Flame Pea. HEX triplet: C5, 58 and 48. RGB value is (197,88,72). Sum of RGB (Red+Green+Blue) = 197+88+72=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C55848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55848 is #3AA7B7. Grayscale: #767676. Windows color (decimal): -3844024 or 4741317. OLE color: 4741317.

HSL color Cylindrical-coordinate representation of color #C55848: hue angle of 7.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 #C55848 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 72 -
CMYK 0 0.55 0.63 0.23
HSL 7.68º 0.52% 0.53% -
HSV(B) 7.68º 0.63% 0.77% -
XYZ 27.69 19.32 8.4 -
YUV 118.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 197 88 72 0 0.55 0.63 0.23 7.68 0.52 0.53
Hex C5 58 48 0 37 3F 17 8 34 35
Octal 305 130 110 0 67 77 27 10 64 65
Binary 11000101 1011000 1001000 0 110111 111111 10111 1000 110100 110101

Color Harmonies of #C55848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55848

Black with #C55848

Text Example


Text Example

White with #C55848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55848; }

 p { color: rgb(197,88,72); }

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

background-color css

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

 a { background-color: rgb(197,88,72); }

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

border-color css

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

 span { border-color: rgb(197,88,72); }

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