#C96551

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

Shades of Sunglo #C96551

Tints of Sunglo #C96551

Color information

#C96551 (or 0xC96551) is unknown color: approx Sunglo. HEX triplet: C9, 65 and 51. RGB value is (201,101,81). Sum of RGB (Red+Green+Blue) = 201+101+81=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C96551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96551 is #369AAE. Grayscale: #808080. Windows color (decimal): -3578543 or 5334473. OLE color: 5334473.

HSL color Cylindrical-coordinate representation of color #C96551: hue angle of 10º 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 #C96551 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20110181-
CMYK00.500.600.21
HSL10º52.63%55.29%-
HSV(B)10º59.7%78.82%-
XYZ30.2322.3210.5-
YUV128.62101.13179.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=52.48%
G=26.37%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011018100.500.600.211052.6355.29
HexC965510323C15a3537
Octal3111451210627425126567
Binary11001001110010110100010110010111100101011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96551; }

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

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

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

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

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

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

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

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