Html Css Color HEX #C56548 Flame Pea

📋 copy color: '#C56548'

red 197 ◦ green 101 ◦ blue 72

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

Shades of Flame Pea #C56548

Tints of Flame Pea #C56548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 53.24%
G = 27.3%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56548 (or 0xC56548) is known color: Flame Pea. HEX triplet: C5, 65 and 48. RGB value is (197,101,72). Sum of RGB (Red+Green+Blue) = 197+101+72=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C56548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56548 is #3A9AB7. Grayscale: #7E7E7E. Windows color (decimal): -3840696 or 4744645. OLE color: 4744645.

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

Color convert

RGB 197 101 72 -
CMYK 0 0.49 0.63 0.23
HSL 13.92º 0.52% 0.53% -
HSV(B) 13.92º 0.63% 0.77% -
XYZ 28.85 21.65 8.79 -
YUV 126.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 197 101 72 0 0.49 0.63 0.23 13.92 0.52 0.53
Hex C5 65 48 0 31 3F 17 E 34 35
Octal 305 145 110 0 61 77 27 16 64 65
Binary 11000101 1100101 1001000 0 110001 111111 10111 1110 110100 110101

Color Harmonies of #C56548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56548

Black with #C56548

Text Example


Text Example

White with #C56548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56548; }

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

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

background-color css

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

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

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

border-color css

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

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

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