Html Css Color HEX #C05F47 Flame Pea

📋 copy color: '#C05F47'

red 192 ◦ green 95 ◦ blue 71

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

Shades of Flame Pea #C05F47

Tints of Flame Pea #C05F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

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

R = 53.63%
G = 26.54%
B = 19.83%

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

#C05F47 (or 0xC05F47) is known color: Flame Pea. HEX triplet: C0, 5F and 47. RGB value is (192,95,71). Sum of RGB (Red+Green+Blue) = 192+95+71=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F47 is #3FA0B8. Grayscale: #797979. Windows color (decimal): -4169913 or 4677568. OLE color: 4677568.

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

Color convert

RGB 192 95 71 -
CMYK 0 0.51 0.63 0.25
HSL 11.9º 0.49% 0.52% -
HSV(B) 11.9º 0.63% 0.75% -
XYZ 26.97 19.85 8.37 -
YUV 121.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 192 95 71 0 0.51 0.63 0.25 11.9 0.49 0.52
Hex C0 5F 47 0 33 3F 19 C 31 34
Octal 300 137 107 0 63 77 31 14 61 64
Binary 11000000 1011111 1000111 0 110011 111111 11001 1100 110001 110100

Color Harmonies of #C05F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F47

Black with #C05F47

Text Example


Text Example

White with #C05F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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