Html Css Color HEX #C0594E Flame Pea

📋 copy color: '#C0594E'

red 192 ◦ green 89 ◦ blue 78

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

Shades of Flame Pea #C0594E

Tints of Flame Pea #C0594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.73%

R = 53.48%
G = 24.79%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0594E (or 0xC0594E) is known color: Flame Pea. HEX triplet: C0, 59 and 4E. RGB value is (192,89,78). Sum of RGB (Red+Green+Blue) = 192+89+78=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0594E is #3FA6B1. Grayscale: #767676. Windows color (decimal): -4171442 or 5134784. OLE color: 5134784.

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

Color convert

RGB 192 89 78 -
CMYK 0 0.54 0.59 0.25
HSL 5.79º 0.48% 0.53% -
HSV(B) 5.79º 0.59% 0.75% -
XYZ 26.69 18.9 9.45 -
YUV 118.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 192 89 78 0 0.54 0.59 0.25 5.79 0.48 0.53
Hex C0 59 4E 0 36 3B 19 6 30 35
Octal 300 131 116 0 66 73 31 6 60 65
Binary 11000000 1011001 1001110 0 110110 111011 11001 110 110000 110101

Color Harmonies of #C0594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0594E

Black with #C0594E

Text Example


Text Example

White with #C0594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0594E; }

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

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

background-color css

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

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

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

border-color css

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

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

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