Html Css Color HEX #C36446 Flame Pea

📋 copy color: '#C36446'

red 195 ◦ green 100 ◦ blue 70

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

Shades of Flame Pea #C36446

Tints of Flame Pea #C36446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 53.42%
G = 27.4%
B = 19.18%

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

#C36446 (or 0xC36446) is known color: Flame Pea. HEX triplet: C3, 64 and 46. RGB value is (195,100,70). Sum of RGB (Red+Green+Blue) = 195+100+70=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36446 is #3C9BB9. Grayscale: #7D7D7D. Windows color (decimal): -3972026 or 4613315. OLE color: 4613315.

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

Color convert

RGB 195 100 70 -
CMYK 0 0.49 0.64 0.24
HSL 14.4º 0.51% 0.52% -
HSV(B) 14.4º 0.64% 0.76% -
XYZ 28.17 21.16 8.39 -
YUV 124.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 195 100 70 0 0.49 0.64 0.24 14.4 0.51 0.52
Hex C3 64 46 0 31 40 18 E 33 34
Octal 303 144 106 0 61 100 30 16 63 64
Binary 11000011 1100100 1000110 0 110001 1000000 11000 1110 110011 110100

Color Harmonies of #C36446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36446

Black with #C36446

Text Example


Text Example

White with #C36446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36446; }

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

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

background-color css

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

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

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

border-color css

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

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

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