Html Css Color HEX #C0594A Flame Pea

📋 copy color: '#C0594A'

red 192 ◦ green 89 ◦ blue 74

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

Shades of Flame Pea #C0594A

Tints of Flame Pea #C0594A

RGB

 RED value IS 192 (75.39% from 255) = 54.08%

 GREEN value IS 89 (35.16% from 255) = 25.07%

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

R = 54.08%
G = 25.07%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0594A (or 0xC0594A) is known color: Flame Pea. HEX triplet: C0, 59 and 4A. RGB value is (192,89,74). Sum of RGB (Red+Green+Blue) = 192+89+74=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0594A is #3FA6B5. Grayscale: #767676. Windows color (decimal): -4171446 or 4872640. OLE color: 4872640.

HSL color Cylindrical-coordinate representation of color #C0594A: hue angle of 7.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0594A is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 74 -
CMYK 0 0.54 0.61 0.25
HSL 7.63º 0.48% 0.52% -
HSV(B) 7.63º 0.61% 0.75% -
XYZ 26.55 18.85 8.72 -
YUV 118.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 192 89 74 0 0.54 0.61 0.25 7.63 0.48 0.52
Hex C0 59 4A 0 36 3D 19 8 30 34
Octal 300 131 112 0 66 75 31 10 60 64
Binary 11000000 1011001 1001010 0 110110 111101 11001 1000 110000 110100

Color Harmonies of #C0594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0594A

Black with #C0594A

Text Example


Text Example

White with #C0594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0594A; }

 p { color: rgb(192,89,74); }

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

background-color css

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

 a { background-color: rgb(192,89,74); }

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

border-color css

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

 span { border-color: rgb(192,89,74); }

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