#C96853

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

Shades of Sunglo #C96853

Tints of Sunglo #C96853

Color information

#C96853 (or 0xC96853) is unknown color: approx Sunglo. HEX triplet: C9, 68 and 53. RGB value is (201,104,83). Sum of RGB (Red+Green+Blue) = 201+104+83=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C96853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96853 is #3697AC. Grayscale: #828282. Windows color (decimal): -3577773 or 5466313. OLE color: 5466313.

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

Color convert

RGB20110483-
CMYK00.480.590.21
HSL10.68º52.21%55.69%-
HSV(B)10.68º58.71%78.82%-
XYZ30.622.9411-
YUV130.61101.14178.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.80%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=51.80%
G=26.80%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011048300.480.590.2110.6852.2155.69
HexC968530303B15b3438
Octal3111501230607325136470
Binary11001001110100010100110110000111011101011011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96853; }

 p { color: rgb(201,104,83); }

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

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

 a { background-color: rgb(201,104,83); }

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

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

 span { border-color: rgb(201,104,83); }

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