Html Css Color HEX #C05747 Flame Pea

📋 copy color: '#C05747'

red 192 ◦ green 87 ◦ blue 71

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

Shades of Flame Pea #C05747

Tints of Flame Pea #C05747

RGB

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

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

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

R = 54.86%
G = 24.86%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C05747 (or 0xC05747) is known color: Flame Pea. HEX triplet: C0, 57 and 47. RGB value is (192,87,71). Sum of RGB (Red+Green+Blue) = 192+87+71=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C05747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05747 is #3FA8B8. Grayscale: #747474. Windows color (decimal): -4171961 or 4675520. OLE color: 4675520.

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

Color convert

RGB 192 87 71 -
CMYK 0 0.55 0.63 0.25
HSL 7.93º 0.49% 0.52% -
HSV(B) 7.93º 0.63% 0.75% -
XYZ 26.28 18.48 8.14 -
YUV 116.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 192 87 71 0 0.55 0.63 0.25 7.93 0.49 0.52
Hex C0 57 47 0 37 3F 19 8 31 34
Octal 300 127 107 0 67 77 31 10 61 64
Binary 11000000 1010111 1000111 0 110111 111111 11001 1000 110001 110100

Color Harmonies of #C05747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05747

Black with #C05747

Text Example


Text Example

White with #C05747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05747; }

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

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

background-color css

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

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

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

border-color css

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

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

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