#C35B4A

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

Shades of Flame Pea #C35B4A

Tints of Flame Pea #C35B4A

Color information

#C35B4A (or 0xC35B4A) is unknown color: approx Flame Pea. HEX triplet: C3, 5B and 4A. RGB value is (195,91,74). Sum of RGB (Red+Green+Blue) = 195+91+74=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35B4A is #3CA4B5. Grayscale: #787878. Windows color (decimal): -3974326 or 4873155. OLE color: 4873155.

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

Color convert

RGB1959174-
CMYK00.530.620.24
HSL8.43º50.21%52.75%-
HSV(B)8.43º62.05%76.47%-
XYZ27.4819.588.81-
YUV120.16101.96181.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.17%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=54.17%
G=25.28%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195917400.530.620.248.4350.2152.75
HexC35B4A0353E1883235
Octal3031331120657630106265
Binary11000011101101110010100110101111110110001000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35B4A; }

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

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

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

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

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

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

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

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