Html Css Color HEX #C0594C Flame Pea

📋 copy color: '#C0594C'

red 192 ◦ green 89 ◦ blue 76

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

Shades of Flame Pea #C0594C

Tints of Flame Pea #C0594C

RGB

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

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

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

R = 53.78%
G = 24.93%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0594C (or 0xC0594C) is known color: Flame Pea. HEX triplet: C0, 59 and 4C. RGB value is (192,89,76). Sum of RGB (Red+Green+Blue) = 192+89+76=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0594C is #3FA6B3. Grayscale: #767676. Windows color (decimal): -4171444 or 5003712. OLE color: 5003712.

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

Color convert

RGB 192 89 76 -
CMYK 0 0.54 0.60 0.25
HSL 6.72º 0.48% 0.53% -
HSV(B) 6.72º 0.6% 0.75% -
XYZ 26.62 18.87 9.08 -
YUV 118.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 192 89 76 0 0.54 0.60 0.25 6.72 0.48 0.53
Hex C0 59 4C 0 36 3C 19 7 30 35
Octal 300 131 114 0 66 74 31 7 60 65
Binary 11000000 1011001 1001100 0 110110 111100 11001 111 110000 110101

Color Harmonies of #C0594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0594C

Black with #C0594C

Text Example


Text Example

White with #C0594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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