#C99E46

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

Shades of Sundance #C99E46

Tints of Sundance #C99E46

Color information

#C99E46 (or 0xC99E46) is unknown color: approx Sundance. HEX triplet: C9, 9E and 46. RGB value is (201,158,70). Sum of RGB (Red+Green+Blue) = 201+158+70=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99E46 is #3661B9. Grayscale: #A1A1A1. Windows color (decimal): -3563962 or 4628169. OLE color: 4628169.

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

Color convert

RGB20115870-
CMYK00.210.650.21
HSL40.31º54.81%53.14%-
HSV(B)40.31º65.17%78.82%-
XYZ37.4237.3111.02-
YUV160.8276.75156.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 70 (27.73% from 255) = 16.32%
R=46.85%
G=36.83%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011587000.210.650.2140.3154.8153.14
HexC99E460154115283735
Octal31123610602510125506765
Binary11001001100111101000110010101100000110101101000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99E46; }

 p { color: rgb(201,158,70); }

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

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

 a { background-color: rgb(201,158,70); }

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

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

 span { border-color: rgb(201,158,70); }

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