#C35945

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

Shades of Flame Pea #C35945

Tints of Flame Pea #C35945

Color information

#C35945 (or 0xC35945) is unknown color: approx Flame Pea. HEX triplet: C3, 59 and 45. RGB value is (195,89,69). Sum of RGB (Red+Green+Blue) = 195+89+69=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C35945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35945 is #3CA6BA. Grayscale: #767676. Windows color (decimal): -3974843 or 4544963. OLE color: 4544963.

HSL color Cylindrical-coordinate representation of color #C35945: hue angle of 9.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C35945 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1958969-
CMYK00.540.650.24
HSL9.52º51.22%51.76%-
HSV(B)9.52º64.62%76.47%-
XYZ27.1519.187.9-
YUV118.41100.12182.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.24%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=55.24%
G=25.21%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195896900.540.650.249.5251.2251.76
HexC359450364118a3334
Octal30313110506610130126364
Binary110000111011001100010101101101000001110001010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35945; }

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

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

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

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

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

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

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

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