Html Css Color HEX #C15D47 Flame Pea

📋 copy color: '#C15D47'

red 193 ◦ green 93 ◦ blue 71

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

Shades of Flame Pea #C15D47

Tints of Flame Pea #C15D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 54.06%
G = 26.05%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C15D47 (or 0xC15D47) is known color: Flame Pea. HEX triplet: C1, 5D and 47. RGB value is (193,93,71). Sum of RGB (Red+Green+Blue) = 193+93+71=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15D47 is #3EA2B8. Grayscale: #787878. Windows color (decimal): -4104889 or 4677057. OLE color: 4677057.

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

Color convert

RGB 193 93 71 -
CMYK 0 0.52 0.63 0.24
HSL 10.82º 0.5% 0.52% -
HSV(B) 10.82º 0.63% 0.76% -
XYZ 27.04 19.62 8.32 -
YUV 120.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 193 93 71 0 0.52 0.63 0.24 10.82 0.5 0.52
Hex C1 5D 47 0 34 3F 18 B 32 34
Octal 301 135 107 0 64 77 30 13 62 64
Binary 11000001 1011101 1000111 0 110100 111111 11000 1011 110010 110100

Color Harmonies of #C15D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D47

Black with #C15D47

Text Example


Text Example

White with #C15D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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