#C35847

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

Shades of Flame Pea #C35847

Tints of Flame Pea #C35847

Color information

#C35847 (or 0xC35847) is unknown color: approx Flame Pea. HEX triplet: C3, 58 and 47. RGB value is (195,88,71). Sum of RGB (Red+Green+Blue) = 195+88+71=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C35847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35847 is #3CA7B8. Grayscale: #767676. Windows color (decimal): -3975097 or 4675779. OLE color: 4675779.

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

Color convert

RGB1958871-
CMYK00.550.640.24
HSL8.23º50.82%52.16%-
HSV(B)8.23º63.59%76.47%-
XYZ27.1319.048.21-
YUV118.06101.45182.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.08%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=55.08%
G=24.86%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195887100.550.640.248.2350.8252.16
HexC35847037401883334
Octal30313010706710030106364
Binary110000111011000100011101101111000000110001000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35847; }

 p { color: rgb(195,88,71); }

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

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

 a { background-color: rgb(195,88,71); }

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

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

 span { border-color: rgb(195,88,71); }

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