Html Css Color HEX #C5614A Flame Pea

📋 copy color: '#C5614A'

red 197 ◦ green 97 ◦ blue 74

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

Shades of Flame Pea #C5614A

Tints of Flame Pea #C5614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.11%

R = 53.53%
G = 26.36%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5614A (or 0xC5614A) is known color: Flame Pea. HEX triplet: C5, 61 and 4A. RGB value is (197,97,74). Sum of RGB (Red+Green+Blue) = 197+97+74=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5614A is #3A9EB5. Grayscale: #7C7C7C. Windows color (decimal): -3841718 or 4874693. OLE color: 4874693.

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

Color convert

RGB 197 97 74 -
CMYK 0 0.51 0.62 0.23
HSL 11.22º 0.51% 0.53% -
HSV(B) 11.22º 0.62% 0.77% -
XYZ 28.54 20.91 9.01 -
YUV 124.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 197 97 74 0 0.51 0.62 0.23 11.22 0.51 0.53
Hex C5 61 4A 0 33 3E 17 B 33 35
Octal 305 141 112 0 63 76 27 13 63 65
Binary 11000101 1100001 1001010 0 110011 111110 10111 1011 110011 110101

Color Harmonies of #C5614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5614A

Black with #C5614A

Text Example


Text Example

White with #C5614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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