Html Css Color HEX #C56245 Flame Pea

📋 copy color: '#C56245'

red 197 ◦ green 98 ◦ blue 69

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

Shades of Flame Pea #C56245

Tints of Flame Pea #C56245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

 BLUE value IS 69 (27.34% from 255) = 18.96%

R = 54.12%
G = 26.92%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C56245 (or 0xC56245) is known color: Flame Pea. HEX triplet: C5, 62 and 45. RGB value is (197,98,69). Sum of RGB (Red+Green+Blue) = 197+98+69=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C56245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56245 is #3A9DBA. Grayscale: #7C7C7C. Windows color (decimal): -3841467 or 4547269. OLE color: 4547269.

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

Color convert

RGB 197 98 69 -
CMYK 0 0.50 0.65 0.23
HSL 13.59º 0.52% 0.52% -
HSV(B) 13.59º 0.65% 0.77% -
XYZ 28.47 21.04 8.19 -
YUV 124.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 197 98 69 0 0.50 0.65 0.23 13.59 0.52 0.52
Hex C5 62 45 0 32 41 17 E 34 34
Octal 305 142 105 0 62 101 27 16 64 64
Binary 11000101 1100010 1000101 0 110010 1000001 10111 1110 110100 110100

Color Harmonies of #C56245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56245

Black with #C56245

Text Example


Text Example

White with #C56245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56245; }

 p { color: rgb(197,98,69); }

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

background-color css

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

 a { background-color: rgb(197,98,69); }

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

border-color css

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

 span { border-color: rgb(197,98,69); }

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