Html Css Color HEX #C05E4D Flame Pea

📋 copy color: '#C05E4D'

red 192 ◦ green 94 ◦ blue 77

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

Shades of Flame Pea #C05E4D

Tints of Flame Pea #C05E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 52.89%
G = 25.9%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C05E4D (or 0xC05E4D) is known color: Flame Pea. HEX triplet: C0, 5E and 4D. RGB value is (192,94,77). Sum of RGB (Red+Green+Blue) = 192+94+77=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E4D is #3FA1B2. Grayscale: #797979. Windows color (decimal): -4170163 or 5070528. OLE color: 5070528.

HSL color Cylindrical-coordinate representation of color #C05E4D: hue angle of 8.87º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05E4D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 77 -
CMYK 0 0.51 0.60 0.25
HSL 8.87º 0.48% 0.53% -
HSV(B) 8.87º 0.6% 0.75% -
XYZ 27.08 19.75 9.41 -
YUV 121.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 192 94 77 0 0.51 0.60 0.25 8.87 0.48 0.53
Hex C0 5E 4D 0 33 3C 19 9 30 35
Octal 300 136 115 0 63 74 31 11 60 65
Binary 11000000 1011110 1001101 0 110011 111100 11001 1001 110000 110101

Color Harmonies of #C05E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E4D

Black with #C05E4D

Text Example


Text Example

White with #C05E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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