Html Css Color HEX #C56048 Flame Pea

📋 copy color: '#C56048'

red 197 ◦ green 96 ◦ blue 72

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

Shades of Flame Pea #C56048

Tints of Flame Pea #C56048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

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

R = 53.97%
G = 26.3%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56048 (or 0xC56048) is known color: Flame Pea. HEX triplet: C5, 60 and 48. RGB value is (197,96,72). Sum of RGB (Red+Green+Blue) = 197+96+72=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C56048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56048 is #3A9FB7. Grayscale: #7B7B7B. Windows color (decimal): -3841976 or 4743365. OLE color: 4743365.

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

Color convert

RGB 197 96 72 -
CMYK 0 0.51 0.63 0.23
HSL 11.52º 0.52% 0.53% -
HSV(B) 11.52º 0.63% 0.77% -
XYZ 28.38 20.7 8.63 -
YUV 123.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 197 96 72 0 0.51 0.63 0.23 11.52 0.52 0.53
Hex C5 60 48 0 33 3F 17 C 34 35
Octal 305 140 110 0 63 77 27 14 64 65
Binary 11000101 1100000 1001000 0 110011 111111 10111 1100 110100 110101

Color Harmonies of #C56048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56048

Black with #C56048

Text Example


Text Example

White with #C56048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56048; }

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

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

background-color css

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

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

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

border-color css

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

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

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