Html Css Color HEX #C05E47 Flame Pea

📋 copy color: '#C05E47'

red 192 ◦ green 94 ◦ blue 71

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

Shades of Flame Pea #C05E47

Tints of Flame Pea #C05E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 53.78%
G = 26.33%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C05E47 (or 0xC05E47) is known color: Flame Pea. HEX triplet: C0, 5E and 47. RGB value is (192,94,71). Sum of RGB (Red+Green+Blue) = 192+94+71=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E47 is #3FA1B8. Grayscale: #787878. Windows color (decimal): -4170169 or 4677312. OLE color: 4677312.

HSL color Cylindrical-coordinate representation of color #C05E47: hue angle of 11.4º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05E47 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 71 -
CMYK 0 0.51 0.63 0.25
HSL 11.4º 0.49% 0.52% -
HSV(B) 11.4º 0.63% 0.75% -
XYZ 26.88 19.67 8.34 -
YUV 120.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 192 94 71 0 0.51 0.63 0.25 11.4 0.49 0.52
Hex C0 5E 47 0 33 3F 19 B 31 34
Octal 300 136 107 0 63 77 31 13 61 64
Binary 11000000 1011110 1000111 0 110011 111111 11001 1011 110001 110100

Color Harmonies of #C05E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E47

Black with #C05E47

Text Example


Text Example

White with #C05E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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