#C35949

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

Shades of Flame Pea #C35949

Tints of Flame Pea #C35949

Color information

#C35949 (or 0xC35949) is unknown color: approx Flame Pea. HEX triplet: C3, 59 and 49. RGB value is (195,89,73). Sum of RGB (Red+Green+Blue) = 195+89+73=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C35949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35949 is #3CA6B6. Grayscale: #777777. Windows color (decimal): -3974839 or 4807107. OLE color: 4807107.

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

Color convert

RGB1958973-
CMYK00.540.630.24
HSL7.87º50.41%52.55%-
HSV(B)7.87º62.56%76.47%-
XYZ27.2819.238.58-
YUV118.87102.12182.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.62%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=54.62%
G=24.93%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195897300.540.630.247.8750.4152.55
HexC359490363F1883235
Octal3031311110667730106265
Binary11000011101100110010010110110111111110001000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35949; }

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

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

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

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

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

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

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

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