#C35641

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

Shades of Flame Pea #C35641

Tints of Flame Pea #C35641

Color information

#C35641 (or 0xC35641) is unknown color: approx Flame Pea. HEX triplet: C3, 56 and 41. RGB value is (195,86,65). Sum of RGB (Red+Green+Blue) = 195+86+65=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C35641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35641 is #3CA9BE. Grayscale: #747474. Windows color (decimal): -3975615 or 4282051. OLE color: 4282051.

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

Color convert

RGB1958665-
CMYK00.560.670.24
HSL9.69º52%50.98%-
HSV(B)9.69º66.67%76.47%-
XYZ26.7918.647.19-
YUV116.299.11184.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.36%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=56.36%
G=24.86%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195866500.560.670.249.695250.98
HexC356410384318a3433
Octal30312610107010330126463
Binary110000111010110100000101110001000011110001010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35641; }

 p { color: rgb(195,86,65); }

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

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

 a { background-color: rgb(195,86,65); }

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

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

 span { border-color: rgb(195,86,65); }

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