#C96A5D

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

Shades of Sunglo #C96A5D

Tints of Sunglo #C96A5D

Color information

#C96A5D (or 0xC96A5D) is unknown color: approx Sunglo. HEX triplet: C9, 6A and 5D. RGB value is (201,106,93). Sum of RGB (Red+Green+Blue) = 201+106+93=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A5D is #3695A2. Grayscale: #858585. Windows color (decimal): -3577251 or 6122185. OLE color: 6122185.

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

Color convert

RGB20110693-
CMYK00.470.540.21
HSL7.22º50%57.65%-
HSV(B)7.22º53.73%78.82%-
XYZ31.2223.5213.25-
YUV132.92105.47176.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=50.25%
G=26.5%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011069300.470.540.217.225057.65
HexC96A5D02F36157323a
Octal311152135057662576272
Binary1100100111010101011101010111111011010101111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A5D; }

 p { color: rgb(201,106,93); }

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

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

 a { background-color: rgb(201,106,93); }

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

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

 span { border-color: rgb(201,106,93); }

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