Html Css Color HEX #C4604C Flame Pea

📋 copy color: '#C4604C'

red 196 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #C4604C

Tints of Flame Pea #C4604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 53.26%
G = 26.09%
B = 20.65%

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

#C4604C (or 0xC4604C) is known color: Flame Pea. HEX triplet: C4, 60 and 4C. RGB value is (196,96,76). Sum of RGB (Red+Green+Blue) = 196+96+76=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4604C is #3B9FB3. Grayscale: #7B7B7B. Windows color (decimal): -3907508 or 5005508. OLE color: 5005508.

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

Color convert

RGB 196 96 76 -
CMYK 0 0.51 0.61 0.23
HSL 10º 0.5% 0.53% -
HSV(B) 10º 0.61% 0.77% -
XYZ 28.25 20.62 9.33 -
YUV 123.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 196 96 76 0 0.51 0.61 0.23 10 0.5 0.53
Hex C4 60 4C 0 33 3D 17 A 32 35
Octal 304 140 114 0 63 75 27 12 62 65
Binary 11000100 1100000 1001100 0 110011 111101 10111 1010 110010 110101

Color Harmonies of #C4604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4604C

Black with #C4604C

Text Example


Text Example

White with #C4604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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