#C35C4E

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

Shades of Flame Pea #C35C4E

Tints of Flame Pea #C35C4E

Color information

#C35C4E (or 0xC35C4E) is unknown color: approx Flame Pea. HEX triplet: C3, 5C and 4E. RGB value is (195,92,78). Sum of RGB (Red+Green+Blue) = 195+92+78=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C4E is #3CA3B1. Grayscale: #797979. Windows color (decimal): -3974066 or 5135555. OLE color: 5135555.

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

Color convert

RGB1959278-
CMYK00.530.60.24
HSL7.18º49.37%53.53%-
HSV(B)7.18º60%76.47%-
XYZ27.7119.819.57-
YUV121.2103.62180.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=53.42%
G=25.21%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195927800.530.60.247.1849.3753.53
HexC35C4E0353C1873136
Octal303134116065743076166
Binary1100001110111001001110011010111110011000111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C4E; }

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

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

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

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

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

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

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

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