Html Css Color HEX #C36147 Flame Pea

📋 copy color: '#C36147'

red 195 ◦ green 97 ◦ blue 71

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

Shades of Flame Pea #C36147

Tints of Flame Pea #C36147

RGB

 RED value IS 195 (76.56% from 255) = 53.72%

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 53.72%
G = 26.72%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C36147 (or 0xC36147) is known color: Flame Pea. HEX triplet: C3, 61 and 47. RGB value is (195,97,71). Sum of RGB (Red+Green+Blue) = 195+97+71=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C36147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36147 is #3C9EB8. Grayscale: #7B7B7B. Windows color (decimal): -3972793 or 4678083. OLE color: 4678083.

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

Color convert

RGB 195 97 71 -
CMYK 0 0.50 0.64 0.24
HSL 12.58º 0.51% 0.52% -
HSV(B) 12.58º 0.64% 0.76% -
XYZ 27.92 20.61 8.47 -
YUV 123.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 195 97 71 0 0.50 0.64 0.24 12.58 0.51 0.52
Hex C3 61 47 0 32 40 18 D 33 34
Octal 303 141 107 0 62 100 30 15 63 64
Binary 11000011 1100001 1000111 0 110010 1000000 11000 1101 110011 110100

Color Harmonies of #C36147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36147

Black with #C36147

Text Example


Text Example

White with #C36147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36147; }

 p { color: rgb(195,97,71); }

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

background-color css

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

 a { background-color: rgb(195,97,71); }

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

border-color css

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

 span { border-color: rgb(195,97,71); }

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