Html Css Color HEX #C05949 Flame Pea

📋 copy color: '#C05949'

red 192 ◦ green 89 ◦ blue 73

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

Shades of Flame Pea #C05949

Tints of Flame Pea #C05949

RGB

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

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

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

R = 54.24%
G = 25.14%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C05949 (or 0xC05949) is known color: Flame Pea. HEX triplet: C0, 59 and 49. RGB value is (192,89,73). Sum of RGB (Red+Green+Blue) = 192+89+73=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C05949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05949 is #3FA6B6. Grayscale: #767676. Windows color (decimal): -4171447 or 4807104. OLE color: 4807104.

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

Color convert

RGB 192 89 73 -
CMYK 0 0.54 0.62 0.25
HSL 8.07º 0.49% 0.52% -
HSV(B) 8.07º 0.62% 0.75% -
XYZ 26.51 18.83 8.54 -
YUV 117.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 192 89 73 0 0.54 0.62 0.25 8.07 0.49 0.52
Hex C0 59 49 0 36 3E 19 8 31 34
Octal 300 131 111 0 66 76 31 10 61 64
Binary 11000000 1011001 1001001 0 110110 111110 11001 1000 110001 110100

Color Harmonies of #C05949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05949

Black with #C05949

Text Example


Text Example

White with #C05949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05949; }

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

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

background-color css

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

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

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

border-color css

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

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

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