#C36149

Color #C36149 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #C36149

Tints of Flame Pea #C36149

Color information

#C36149 (or 0xC36149) is unknown color: approx Flame Pea. HEX triplet: C3, 61 and 49. RGB value is (195,97,73). Sum of RGB (Red+Green+Blue) = 195+97+73=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36149 is #3C9EB6. Grayscale: #7B7B7B. Windows color (decimal): -3972791 or 4809155. OLE color: 4809155.

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

Color convert

RGB1959773-
CMYK00.500.630.24
HSL11.8º50.41%52.55%-
HSV(B)11.8º62.56%76.47%-
XYZ27.9820.638.81-
YUV123.5799.47178.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 73 (28.91% from 255) = 20%
R=53.42%
G=26.58%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195977300.500.630.2411.850.4152.55
HexC361490323F18c3235
Octal3031411110627730146265
Binary11000011110000110010010110010111111110001100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36149; }

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

 H1.HeaderClassName
 {
   color: #C36149;
 }
 .AnyTagClassName
 {
   color: #C36149;
 }
</style>
background-color css

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

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

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

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

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

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