#C96650

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

Shades of Sunglo #C96650

Tints of Sunglo #C96650

Color information

#C96650 (or 0xC96650) is unknown color: approx Sunglo. HEX triplet: C9, 66 and 50. RGB value is (201,102,80). Sum of RGB (Red+Green+Blue) = 201+102+80=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C96650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96650 is #3699AF. Grayscale: #818181. Windows color (decimal): -3578288 or 5269193. OLE color: 5269193.

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

Color convert

RGB20110280-
CMYK00.490.600.21
HSL10.91º52.84%55.1%-
HSV(B)10.91º60.2%78.82%-
XYZ30.2922.510.34-
YUV129.09100.3179.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=52.48%
G=26.63%
B=20.89%

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
Decimal2011028000.490.600.2110.9152.8455.1
HexC966500313C15b3537
Octal3111461200617425136567
Binary11001001110011010100000110001111100101011011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96650; }

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

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

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

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

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

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

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

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