Html Css Color HEX #C4604D Flame Pea

📋 copy color: '#C4604D'

red 196 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #C4604D

Tints of Flame Pea #C4604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 53.12%
G = 26.02%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4604D (or 0xC4604D) is known color: Flame Pea. HEX triplet: C4, 60 and 4D. RGB value is (196,96,77). Sum of RGB (Red+Green+Blue) = 196+96+77=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4604D is #3B9FB2. Grayscale: #7B7B7B. Windows color (decimal): -3907507 or 5071044. OLE color: 5071044.

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

Color convert

RGB 196 96 77 -
CMYK 0 0.51 0.61 0.23
HSL 9.58º 0.5% 0.54% -
HSV(B) 9.58º 0.61% 0.77% -
XYZ 28.29 20.64 9.51 -
YUV 123.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 196 96 77 0 0.51 0.61 0.23 9.58 0.5 0.54
Hex C4 60 4D 0 33 3D 17 A 32 36
Octal 304 140 115 0 63 75 27 12 62 66
Binary 11000100 1100000 1001101 0 110011 111101 10111 1010 110010 110110

Color Harmonies of #C4604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4604D

Black with #C4604D

Text Example


Text Example

White with #C4604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4604D; }

 p { color: rgb(196,96,77); }

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

background-color css

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

 a { background-color: rgb(196,96,77); }

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

border-color css

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

 span { border-color: rgb(196,96,77); }

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