#c35a4c

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

Shades of Flame Pea #C35A4C

Tints of Flame Pea #C35A4C

Color information

#C35A4C (or 0xC35A4C) is unknown color: approx Flame Pea. HEX triplet: C3, 5A and 4C. RGB value is (195,90,76). Sum of RGB (Red+Green+Blue) = 195+90+76=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A4C is #3CA5B3. Grayscale: #777777. Windows color (decimal): -3974580 or 5003971. OLE color: 5003971.

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

Color convert

RGB1959076-
CMYK00.540.610.24
HSL7.06º49.79%53.14%-
HSV(B)7.06º61.03%76.47%-
XYZ27.4719.449.14-
YUV119.8103.29181.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=54.02%
G=24.93%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195907600.540.610.247.0649.7953.14
HexC35A4C0363D1873235
Octal303132114066753076265
Binary1100001110110101001100011011011110111000111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35a4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35a4c; }

 p { color: rgb(195,90,76); }

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

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

 a { background-color: rgb(195,90,76); }

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

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

 span { border-color: rgb(195,90,76); }

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