#C95623

Color #C95623 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #C95623

Tints of Chilean Fire #C95623

Color information

#C95623 (or 0xC95623) is unknown color: approx Chilean Fire. HEX triplet: C9, 56 and 23. RGB value is (201,86,35). Sum of RGB (Red+Green+Blue) = 201+86+35=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C95623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95623 is #36A9DC. Grayscale: #727272. Windows color (decimal): -3582429 or 2315977. OLE color: 2315977.

HSL color Cylindrical-coordinate representation of color #C95623: hue angle of 18.43º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C95623 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB2018635-
CMYK00.570.830.21
HSL18.43º70.34%46.27%-
HSV(B)18.43º82.59%78.82%-
XYZ27.7219.193.83-
YUV114.5783.1189.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.42%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 35 (14.06% from 255) = 10.87%
R=62.42%
G=26.71%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201863500.570.830.2118.4370.3446.27
HexC95623039531512462e
Octal31112643071123252210656
Binary1100100110101101000110111001101001110101100101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95623; }

 p { color: rgb(201,86,35); }

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

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

 a { background-color: rgb(201,86,35); }

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

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

 span { border-color: rgb(201,86,35); }

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