#C35A4E

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

Shades of Flame Pea #C35A4E

Tints of Flame Pea #C35A4E

Color information

#C35A4E (or 0xC35A4E) is unknown color: approx Flame Pea. HEX triplet: C3, 5A and 4E. RGB value is (195,90,78). Sum of RGB (Red+Green+Blue) = 195+90+78=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A4E is #3CA5B1. Grayscale: #787878. Windows color (decimal): -3974578 or 5135043. OLE color: 5135043.

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

Color convert

RGB1959078-
CMYK00.540.60.24
HSL6.15º49.37%53.53%-
HSV(B)6.15º60%76.47%-
XYZ27.5419.469.51-
YUV120.03104.29181.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.72%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=53.72%
G=24.79%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195907800.540.60.246.1549.3753.53
HexC35A4E0363C1863136
Octal303132116066743066166
Binary1100001110110101001110011011011110011000110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A4E; }

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

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

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

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

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

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

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

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