Html Css Color HEX #C55D48 Flame Pea

📋 copy color: '#C55D48'

red 197 ◦ green 93 ◦ blue 72

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

Shades of Flame Pea #C55D48

Tints of Flame Pea #C55D48

RGB

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

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

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

R = 54.42%
G = 25.69%
B = 19.89%

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

#C55D48 (or 0xC55D48) is known color: Flame Pea. HEX triplet: C5, 5D and 48. RGB value is (197,93,72). Sum of RGB (Red+Green+Blue) = 197+93+72=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D48 is #3AA2B7. Grayscale: #797979. Windows color (decimal): -3842744 or 4742597. OLE color: 4742597.

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

Color convert

RGB 197 93 72 -
CMYK 0 0.53 0.63 0.23
HSL 10.08º 0.52% 0.53% -
HSV(B) 10.08º 0.63% 0.77% -
XYZ 28.11 20.17 8.54 -
YUV 121.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 197 93 72 0 0.53 0.63 0.23 10.08 0.52 0.53
Hex C5 5D 48 0 35 3F 17 A 34 35
Octal 305 135 110 0 65 77 27 12 64 65
Binary 11000101 1011101 1001000 0 110101 111111 10111 1010 110100 110101

Color Harmonies of #C55D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D48

Black with #C55D48

Text Example


Text Example

White with #C55D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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