#C96555

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

Shades of Sunglo #C96555

Tints of Sunglo #C96555

Color information

#C96555 (or 0xC96555) is unknown color: approx Sunglo. HEX triplet: C9, 65 and 55. RGB value is (201,101,85). Sum of RGB (Red+Green+Blue) = 201+101+85=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C96555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96555 is #369AAA. Grayscale: #818181. Windows color (decimal): -3578539 or 5596617. OLE color: 5596617.

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

Color convert

RGB20110185-
CMYK00.500.580.21
HSL8.28º51.79%56.08%-
HSV(B)8.28º57.71%78.82%-
XYZ30.3822.3811.31-
YUV129.08103.13179.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.94%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=51.94%
G=26.10%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011018500.500.580.218.2851.7956.08
HexC965550323A1583438
Octal3111451250627225106470
Binary11001001110010110101010110010111010101011000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96555; }

 p { color: rgb(201,101,85); }

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

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

 a { background-color: rgb(201,101,85); }

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

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

 span { border-color: rgb(201,101,85); }

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