#C99E44

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

Shades of Sundance #C99E44

Tints of Sundance #C99E44

Color information

#C99E44 (or 0xC99E44) is unknown color: approx Sundance. HEX triplet: C9, 9E and 44. RGB value is (201,158,68). Sum of RGB (Red+Green+Blue) = 201+158+68=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99E44 is #3661BB. Grayscale: #A0A0A0. Windows color (decimal): -3563964 or 4497097. OLE color: 4497097.

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

Color convert

RGB20115868-
CMYK00.210.660.21
HSL40.6º55.19%52.75%-
HSV(B)40.6º66.17%78.82%-
XYZ37.3637.2910.7-
YUV160.675.75156.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.07%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 68 (26.95% from 255) = 15.93%
R=47.07%
G=37.00%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011586800.210.660.2140.655.1952.75
HexC99E440154215293735
Octal31123610402510225516765
Binary11001001100111101000100010101100001010101101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99E44; }

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

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

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

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

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

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

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

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