Html Css Color HEX #C36247 Flame Pea

📋 copy color: '#C36247'

red 195 ◦ green 98 ◦ blue 71

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

Shades of Flame Pea #C36247

Tints of Flame Pea #C36247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

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

R = 53.57%
G = 26.92%
B = 19.51%

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

#C36247 (or 0xC36247) is known color: Flame Pea. HEX triplet: C3, 62 and 47. RGB value is (195,98,71). Sum of RGB (Red+Green+Blue) = 195+98+71=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C36247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36247 is #3C9DB8. Grayscale: #7C7C7C. Windows color (decimal): -3972537 or 4678339. OLE color: 4678339.

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

Color convert

RGB 195 98 71 -
CMYK 0 0.50 0.64 0.24
HSL 13.06º 0.51% 0.52% -
HSV(B) 13.06º 0.64% 0.76% -
XYZ 28.01 20.79 8.5 -
YUV 123.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 195 98 71 0 0.50 0.64 0.24 13.06 0.51 0.52
Hex C3 62 47 0 32 40 18 D 33 34
Octal 303 142 107 0 62 100 30 15 63 64
Binary 11000011 1100010 1000111 0 110010 1000000 11000 1101 110011 110100

Color Harmonies of #C36247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36247

Black with #C36247

Text Example


Text Example

White with #C36247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36247; }

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

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

background-color css

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

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

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

border-color css

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

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

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