#C95834

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

Shades of Chilean Fire #C95834

Tints of Chilean Fire #C95834

Color information

#C95834 (or 0xC95834) is unknown color: approx Chilean Fire. HEX triplet: C9, 58 and 34. RGB value is (201,88,52). Sum of RGB (Red+Green+Blue) = 201+88+52=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C95834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95834 is #36A7CB. Grayscale: #757575. Windows color (decimal): -3581900 or 3430601. OLE color: 3430601.

HSL color Cylindrical-coordinate representation of color #C95834: hue angle of 14.5º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C95834 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2018852-
CMYK00.560.740.21
HSL14.5º58.89%49.61%-
HSV(B)14.5º74.13%78.82%-
XYZ28.219.645.55-
YUV117.6890.94187.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.94%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=58.94%
G=25.81%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201885200.560.740.2114.558.8949.61
HexC958340384A15e3b32
Octal3111306407011225167362
Binary11001001101100011010001110001001010101011110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95834; }

 p { color: rgb(201,88,52); }

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

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

 a { background-color: rgb(201,88,52); }

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

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

 span { border-color: rgb(201,88,52); }

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