Html Css Color HEX #C56143 Flame Pea

📋 copy color: '#C56143'

red 197 ◦ green 97 ◦ blue 67

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

Shades of Flame Pea #C56143

Tints of Flame Pea #C56143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 67 (26.56% from 255) = 18.56%

R = 54.57%
G = 26.87%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C56143 (or 0xC56143) is known color: Flame Pea. HEX triplet: C5, 61 and 43. RGB value is (197,97,67). Sum of RGB (Red+Green+Blue) = 197+97+67=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C56143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56143 is #3A9EBC. Grayscale: #7B7B7B. Windows color (decimal): -3841725 or 4415941. OLE color: 4415941.

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

Color convert

RGB 197 97 67 -
CMYK 0 0.51 0.66 0.23
HSL 13.85º 0.53% 0.52% -
HSV(B) 13.85º 0.66% 0.77% -
XYZ 28.31 20.82 7.84 -
YUV 123.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 197 97 67 0 0.51 0.66 0.23 13.85 0.53 0.52
Hex C5 61 43 0 33 42 17 E 35 34
Octal 305 141 103 0 63 102 27 16 65 64
Binary 11000101 1100001 1000011 0 110011 1000010 10111 1110 110101 110100

Color Harmonies of #C56143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56143

Black with #C56143

Text Example


Text Example

White with #C56143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56143; }

 p { color: rgb(197,97,67); }

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

background-color css

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

 a { background-color: rgb(197,97,67); }

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

border-color css

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

 span { border-color: rgb(197,97,67); }

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