#c35b4c

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

Shades of Flame Pea #C35B4C

Tints of Flame Pea #C35B4C

Color information

#C35B4C (or 0xC35B4C) is unknown color: approx Flame Pea. HEX triplet: C3, 5B and 4C. RGB value is (195,91,76). Sum of RGB (Red+Green+Blue) = 195+91+76=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35B4C is #3CA4B3. Grayscale: #787878. Windows color (decimal): -3974324 or 5004227. OLE color: 5004227.

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

Color convert

RGB1959176-
CMYK00.530.610.24
HSL7.56º49.79%53.14%-
HSV(B)7.56º61.03%76.47%-
XYZ27.5519.619.17-
YUV120.39102.96181.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=53.87%
G=25.14%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195917600.530.610.247.5649.7953.14
HexC35B4C0353D1883235
Octal3031331140657530106265
Binary11000011101101110011000110101111101110001000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35b4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35b4c; }

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

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

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

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

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

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

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

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