Html Css Color HEX #C36346 Flame Pea

📋 copy color: '#C36346'

red 195 ◦ green 99 ◦ blue 70

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

Shades of Flame Pea #C36346

Tints of Flame Pea #C36346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

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

R = 53.57%
G = 27.2%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C36346 (or 0xC36346) is known color: Flame Pea. HEX triplet: C3, 63 and 46. RGB value is (195,99,70). Sum of RGB (Red+Green+Blue) = 195+99+70=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C36346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36346 is #3C9CB9. Grayscale: #7C7C7C. Windows color (decimal): -3972282 or 4613059. OLE color: 4613059.

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

Color convert

RGB 195 99 70 -
CMYK 0 0.49 0.64 0.24
HSL 13.92º 0.51% 0.52% -
HSV(B) 13.92º 0.64% 0.76% -
XYZ 28.07 20.97 8.36 -
YUV 124.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 195 99 70 0 0.49 0.64 0.24 13.92 0.51 0.52
Hex C3 63 46 0 31 40 18 E 33 34
Octal 303 143 106 0 61 100 30 16 63 64
Binary 11000011 1100011 1000110 0 110001 1000000 11000 1110 110011 110100

Color Harmonies of #C36346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36346

Black with #C36346

Text Example


Text Example

White with #C36346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36346; }

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

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

background-color css

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

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

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

border-color css

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

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

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