Html Css Color HEX #C4584A Flame Pea

📋 copy color: '#C4584A'

red 196 ◦ green 88 ◦ blue 74

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

Shades of Flame Pea #C4584A

Tints of Flame Pea #C4584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.58%

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

R = 54.75%
G = 24.58%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4584A (or 0xC4584A) is known color: Flame Pea. HEX triplet: C4, 58 and 4A. RGB value is (196,88,74). Sum of RGB (Red+Green+Blue) = 196+88+74=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4584A is #3BA7B5. Grayscale: #767676. Windows color (decimal): -3909558 or 4872388. OLE color: 4872388.

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

Color convert

RGB 196 88 74 -
CMYK 0 0.55 0.62 0.23
HSL 6.89º 0.51% 0.53% -
HSV(B) 6.89º 0.62% 0.77% -
XYZ 27.49 19.21 8.74 -
YUV 118.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 196 88 74 0 0.55 0.62 0.23 6.89 0.51 0.53
Hex C4 58 4A 0 37 3E 17 7 33 35
Octal 304 130 112 0 67 76 27 7 63 65
Binary 11000100 1011000 1001010 0 110111 111110 10111 111 110011 110101

Color Harmonies of #C4584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4584A

Black with #C4584A

Text Example


Text Example

White with #C4584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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