Html Css Color HEX #C36047 Flame Pea

📋 copy color: '#C36047'

red 195 ◦ green 96 ◦ blue 71

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

Shades of Flame Pea #C36047

Tints of Flame Pea #C36047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

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

R = 53.87%
G = 26.52%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C36047 (or 0xC36047) is known color: Flame Pea. HEX triplet: C3, 60 and 47. RGB value is (195,96,71). Sum of RGB (Red+Green+Blue) = 195+96+71=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C36047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36047 is #3C9FB8. Grayscale: #7A7A7A. Windows color (decimal): -3973049 or 4677827. OLE color: 4677827.

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

Color convert

RGB 195 96 71 -
CMYK 0 0.51 0.64 0.24
HSL 12.1º 0.51% 0.52% -
HSV(B) 12.1º 0.64% 0.76% -
XYZ 27.83 20.42 8.44 -
YUV 122.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 195 96 71 0 0.51 0.64 0.24 12.1 0.51 0.52
Hex C3 60 47 0 33 40 18 C 33 34
Octal 303 140 107 0 63 100 30 14 63 64
Binary 11000011 1100000 1000111 0 110011 1000000 11000 1100 110011 110100

Color Harmonies of #C36047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36047

Black with #C36047

Text Example


Text Example

White with #C36047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36047; }

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

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

background-color css

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

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

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

border-color css

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

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

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