Html Css Color HEX #C05D49 Flame Pea

📋 copy color: '#C05D49'

red 192 ◦ green 93 ◦ blue 73

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

Shades of Flame Pea #C05D49

Tints of Flame Pea #C05D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

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

R = 53.63%
G = 25.98%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C05D49 (or 0xC05D49) is known color: Flame Pea. HEX triplet: C0, 5D and 49. RGB value is (192,93,73). Sum of RGB (Red+Green+Blue) = 192+93+73=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D49 is #3FA2B6. Grayscale: #787878. Windows color (decimal): -4170423 or 4808128. OLE color: 4808128.

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

Color convert

RGB 192 93 73 -
CMYK 0 0.52 0.62 0.25
HSL 10.08º 0.49% 0.52% -
HSV(B) 10.08º 0.62% 0.75% -
XYZ 26.86 19.52 8.65 -
YUV 120.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 192 93 73 0 0.52 0.62 0.25 10.08 0.49 0.52
Hex C0 5D 49 0 34 3E 19 A 31 34
Octal 300 135 111 0 64 76 31 12 61 64
Binary 11000000 1011101 1001001 0 110100 111110 11001 1010 110001 110100

Color Harmonies of #C05D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D49

Black with #C05D49

Text Example


Text Example

White with #C05D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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