Html Css Color HEX #C15847 Flame Pea

📋 copy color: '#C15847'

red 193 ◦ green 88 ◦ blue 71

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

Shades of Flame Pea #C15847

Tints of Flame Pea #C15847

RGB

 RED value IS 193 (75.78% from 255) = 54.83%

 GREEN value IS 88 (34.77% from 255) = 25%

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

R = 54.83%
G = 25%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C15847 (or 0xC15847) is known color: Flame Pea. HEX triplet: C1, 58 and 47. RGB value is (193,88,71). Sum of RGB (Red+Green+Blue) = 193+88+71=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C15847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15847 is #3EA7B8. Grayscale: #757575. Windows color (decimal): -4106169 or 4675777. OLE color: 4675777.

HSL color Cylindrical-coordinate representation of color #C15847: hue angle of 8.36º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15847 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 88 71 -
CMYK 0 0.54 0.63 0.24
HSL 8.36º 0.5% 0.52% -
HSV(B) 8.36º 0.63% 0.76% -
XYZ 26.62 18.77 8.18 -
YUV 117.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 193 88 71 0 0.54 0.63 0.24 8.36 0.5 0.52
Hex C1 58 47 0 36 3F 18 8 32 34
Octal 301 130 107 0 66 77 30 10 62 64
Binary 11000001 1011000 1000111 0 110110 111111 11000 1000 110010 110100

Color Harmonies of #C15847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15847

Black with #C15847

Text Example


Text Example

White with #C15847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15847; }

 p { color: rgb(193,88,71); }

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

background-color css

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

 a { background-color: rgb(193,88,71); }

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

border-color css

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

 span { border-color: rgb(193,88,71); }

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