Html Css Color HEX #C55846 Flame Pea

📋 copy color: '#C55846'

red 197 ◦ green 88 ◦ blue 70

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

Shades of Flame Pea #C55846

Tints of Flame Pea #C55846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 55.49%
G = 24.79%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C55846 (or 0xC55846) is known color: Flame Pea. HEX triplet: C5, 58 and 46. RGB value is (197,88,70). Sum of RGB (Red+Green+Blue) = 197+88+70=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55846 is #3AA7B9. Grayscale: #767676. Windows color (decimal): -3844026 or 4610245. OLE color: 4610245.

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

Color convert

RGB 197 88 70 -
CMYK 0 0.55 0.64 0.23
HSL 8.5º 0.52% 0.52% -
HSV(B) 8.5º 0.64% 0.77% -
XYZ 27.62 19.29 8.06 -
YUV 118.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 197 88 70 0 0.55 0.64 0.23 8.5 0.52 0.52
Hex C5 58 46 0 37 40 17 9 34 34
Octal 305 130 106 0 67 100 27 11 64 64
Binary 11000101 1011000 1000110 0 110111 1000000 10111 1001 110100 110100

Color Harmonies of #C55846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55846

Black with #C55846

Text Example


Text Example

White with #C55846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55846; }

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

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

background-color css

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

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

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

border-color css

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

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

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