Html Css Color HEX #C05E49 Flame Pea

📋 copy color: '#C05E49'

red 192 ◦ green 94 ◦ blue 73

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

Shades of Flame Pea #C05E49

Tints of Flame Pea #C05E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.18%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 53.48%
G = 26.18%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C05E49 (or 0xC05E49) is known color: Flame Pea. HEX triplet: C0, 5E and 49. RGB value is (192,94,73). Sum of RGB (Red+Green+Blue) = 192+94+73=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E49 is #3FA1B6. Grayscale: #797979. Windows color (decimal): -4170167 or 4808384. OLE color: 4808384.

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

Color convert

RGB 192 94 73 -
CMYK 0 0.51 0.62 0.25
HSL 10.59º 0.49% 0.52% -
HSV(B) 10.59º 0.62% 0.75% -
XYZ 26.94 19.69 8.68 -
YUV 120.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 192 94 73 0 0.51 0.62 0.25 10.59 0.49 0.52
Hex C0 5E 49 0 33 3E 19 B 31 34
Octal 300 136 111 0 63 76 31 13 61 64
Binary 11000000 1011110 1001001 0 110011 111110 11001 1011 110001 110100

Color Harmonies of #C05E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E49

Black with #C05E49

Text Example


Text Example

White with #C05E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E49; }

 p { color: rgb(192,94,73); }

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

background-color css

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

 a { background-color: rgb(192,94,73); }

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

border-color css

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

 span { border-color: rgb(192,94,73); }

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