#c35d4a

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

Shades of Flame Pea #C35D4A

Tints of Flame Pea #C35D4A

Color information

#C35D4A (or 0xC35D4A) is unknown color: approx Flame Pea. HEX triplet: C3, 5D and 4A. RGB value is (195,93,74). Sum of RGB (Red+Green+Blue) = 195+93+74=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D4A is #3CA2B5. Grayscale: #797979. Windows color (decimal): -3973814 or 4873667. OLE color: 4873667.

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

Color convert

RGB1959374-
CMYK00.520.620.24
HSL9.42º50.21%52.75%-
HSV(B)9.42º62.05%76.47%-
XYZ27.6619.938.87-
YUV121.33101.29180.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=53.87%
G=25.69%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195937400.520.620.249.4250.2152.75
HexC35D4A0343E1893235
Octal3031351120647630116265
Binary11000011101110110010100110100111110110001001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35d4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35d4a; }

 p { color: rgb(195,93,74); }

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

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

 a { background-color: rgb(195,93,74); }

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

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

 span { border-color: rgb(195,93,74); }

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