Html Css Color HEX #C15647 Flame Pea

📋 copy color: '#C15647'

red 193 ◦ green 86 ◦ blue 71

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

Shades of Flame Pea #C15647

Tints of Flame Pea #C15647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

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

R = 55.14%
G = 24.57%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C15647 (or 0xC15647) is known color: Flame Pea. HEX triplet: C1, 56 and 47. RGB value is (193,86,71). Sum of RGB (Red+Green+Blue) = 193+86+71=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C15647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15647 is #3EA9B8. Grayscale: #747474. Windows color (decimal): -4106681 or 4675265. OLE color: 4675265.

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

Color convert

RGB 193 86 71 -
CMYK 0 0.55 0.63 0.24
HSL 7.38º 0.5% 0.52% -
HSV(B) 7.38º 0.63% 0.76% -
XYZ 26.46 18.45 8.13 -
YUV 116.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 193 86 71 0 0.55 0.63 0.24 7.38 0.5 0.52
Hex C1 56 47 0 37 3F 18 7 32 34
Octal 301 126 107 0 67 77 30 7 62 64
Binary 11000001 1010110 1000111 0 110111 111111 11000 111 110010 110100

Color Harmonies of #C15647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15647

Black with #C15647

Text Example


Text Example

White with #C15647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15647; }

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

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

background-color css

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

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

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

border-color css

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

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

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