Html Css Color HEX #C36349 Flame Pea

📋 copy color: '#C36349'

red 195 ◦ green 99 ◦ blue 73

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

Shades of Flame Pea #C36349

Tints of Flame Pea #C36349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.89%

R = 53.13%
G = 26.98%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C36349 (or 0xC36349) is known color: Flame Pea. HEX triplet: C3, 63 and 49. RGB value is (195,99,73). Sum of RGB (Red+Green+Blue) = 195+99+73=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C36349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36349 is #3C9CB6. Grayscale: #7C7C7C. Windows color (decimal): -3972279 or 4809667. OLE color: 4809667.

HSL color Cylindrical-coordinate representation of color #C36349: hue angle of 12.79º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C36349 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 99 73 -
CMYK 0 0.49 0.63 0.24
HSL 12.79º 0.5% 0.53% -
HSV(B) 12.79º 0.63% 0.76% -
XYZ 28.17 21.01 8.87 -
YUV 124.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 195 99 73 0 0.49 0.63 0.24 12.79 0.5 0.53
Hex C3 63 49 0 31 3F 18 D 32 35
Octal 303 143 111 0 61 77 30 15 62 65
Binary 11000011 1100011 1001001 0 110001 111111 11000 1101 110010 110101

Color Harmonies of #C36349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36349

Black with #C36349

Text Example


Text Example

White with #C36349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36349; }

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

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

background-color css

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

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

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

border-color css

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

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

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