Html Css Color HEX #C05749 Flame Pea

📋 copy color: '#C05749'

red 192 ◦ green 87 ◦ blue 73

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

Shades of Flame Pea #C05749

Tints of Flame Pea #C05749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

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

R = 54.55%
G = 24.72%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C05749 (or 0xC05749) is known color: Flame Pea. HEX triplet: C0, 57 and 49. RGB value is (192,87,73). Sum of RGB (Red+Green+Blue) = 192+87+73=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C05749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05749 is #3FA8B6. Grayscale: #747474. Windows color (decimal): -4171959 or 4806592. OLE color: 4806592.

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

Color convert

RGB 192 87 73 -
CMYK 0 0.55 0.62 0.25
HSL 7.06º 0.49% 0.52% -
HSV(B) 7.06º 0.62% 0.75% -
XYZ 26.35 18.5 8.49 -
YUV 116.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 192 87 73 0 0.55 0.62 0.25 7.06 0.49 0.52
Hex C0 57 49 0 37 3E 19 7 31 34
Octal 300 127 111 0 67 76 31 7 61 64
Binary 11000000 1010111 1001001 0 110111 111110 11001 111 110001 110100

Color Harmonies of #C05749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05749

Black with #C05749

Text Example


Text Example

White with #C05749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05749; }

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

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

background-color css

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

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

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

border-color css

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

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

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