Html Css Color HEX #C4614A Flame Pea

📋 copy color: '#C4614A'

red 196 ◦ green 97 ◦ blue 74

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

Shades of Flame Pea #C4614A

Tints of Flame Pea #C4614A

RGB

 RED value IS 196 (76.95% from 255) = 53.41%

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

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

R = 53.41%
G = 26.43%
B = 20.16%

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

#C4614A (or 0xC4614A) is known color: Flame Pea. HEX triplet: C4, 61 and 4A. RGB value is (196,97,74). Sum of RGB (Red+Green+Blue) = 196+97+74=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4614A is #3B9EB5. Grayscale: #7C7C7C. Windows color (decimal): -3907254 or 4874692. OLE color: 4874692.

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

Color convert

RGB 196 97 74 -
CMYK 0 0.51 0.62 0.23
HSL 11.31º 0.51% 0.53% -
HSV(B) 11.31º 0.62% 0.77% -
XYZ 28.28 20.78 9 -
YUV 123.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 196 97 74 0 0.51 0.62 0.23 11.31 0.51 0.53
Hex C4 61 4A 0 33 3E 17 B 33 35
Octal 304 141 112 0 63 76 27 13 63 65
Binary 11000100 1100001 1001010 0 110011 111110 10111 1011 110011 110101

Color Harmonies of #C4614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4614A

Black with #C4614A

Text Example


Text Example

White with #C4614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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