Html Css Color HEX #C05A49 Flame Pea

📋 copy color: '#C05A49'

red 192 ◦ green 90 ◦ blue 73

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

Shades of Flame Pea #C05A49

Tints of Flame Pea #C05A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

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

R = 54.08%
G = 25.35%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C05A49 (or 0xC05A49) is known color: Flame Pea. HEX triplet: C0, 5A and 49. RGB value is (192,90,73). Sum of RGB (Red+Green+Blue) = 192+90+73=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A49 is #3FA5B6. Grayscale: #767676. Windows color (decimal): -4171191 or 4807360. OLE color: 4807360.

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

Color convert

RGB 192 90 73 -
CMYK 0 0.53 0.62 0.25
HSL 8.57º 0.49% 0.52% -
HSV(B) 8.57º 0.62% 0.75% -
XYZ 26.6 19 8.57 -
YUV 118.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 192 90 73 0 0.53 0.62 0.25 8.57 0.49 0.52
Hex C0 5A 49 0 35 3E 19 9 31 34
Octal 300 132 111 0 65 76 31 11 61 64
Binary 11000000 1011010 1001001 0 110101 111110 11001 1001 110001 110100

Color Harmonies of #C05A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A49

Black with #C05A49

Text Example


Text Example

White with #C05A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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