#C96651

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

Shades of Sunglo #C96651

Tints of Sunglo #C96651

Color information

#C96651 (or 0xC96651) is unknown color: approx Sunglo. HEX triplet: C9, 66 and 51. RGB value is (201,102,81). Sum of RGB (Red+Green+Blue) = 201+102+81=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C96651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96651 is #3699AE. Grayscale: #818181. Windows color (decimal): -3578287 or 5334729. OLE color: 5334729.

HSL color Cylindrical-coordinate representation of color #C96651: hue angle of 10.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C96651 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20110281-
CMYK00.490.600.21
HSL10.5º52.63%55.29%-
HSV(B)10.5º59.7%78.82%-
XYZ30.3222.5110.53-
YUV129.21100.8179.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.34%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=52.34%
G=26.56%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011028100.490.600.2110.552.6355.29
HexC966510313C15b3537
Octal3111461210617425136567
Binary11001001110011010100010110001111100101011011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96651; }

 p { color: rgb(201,102,81); }

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

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

 a { background-color: rgb(201,102,81); }

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

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

 span { border-color: rgb(201,102,81); }

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