Html Css Color HEX #C36146 Flame Pea

📋 copy color: '#C36146'

red 195 ◦ green 97 ◦ blue 70

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

Shades of Flame Pea #C36146

Tints of Flame Pea #C36146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 53.87%
G = 26.8%
B = 19.34%

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

#C36146 (or 0xC36146) is known color: Flame Pea. HEX triplet: C3, 61 and 46. RGB value is (195,97,70). Sum of RGB (Red+Green+Blue) = 195+97+70=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C36146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36146 is #3C9EB9. Grayscale: #7B7B7B. Windows color (decimal): -3972794 or 4612547. OLE color: 4612547.

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

Color convert

RGB 195 97 70 -
CMYK 0 0.50 0.64 0.24
HSL 12.96º 0.51% 0.52% -
HSV(B) 12.96º 0.64% 0.76% -
XYZ 27.89 20.59 8.3 -
YUV 123.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 195 97 70 0 0.50 0.64 0.24 12.96 0.51 0.52
Hex C3 61 46 0 32 40 18 D 33 34
Octal 303 141 106 0 62 100 30 15 63 64
Binary 11000011 1100001 1000110 0 110010 1000000 11000 1101 110011 110100

Color Harmonies of #C36146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36146

Black with #C36146

Text Example


Text Example

White with #C36146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36146; }

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

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

background-color css

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

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

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

border-color css

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

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

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