#C99F44

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

Shades of Sundance #C99F44

Tints of Sundance #C99F44

Color information

#C99F44 (or 0xC99F44) is unknown color: approx Sundance. HEX triplet: C9, 9F and 44. RGB value is (201,159,68). Sum of RGB (Red+Green+Blue) = 201+159+68=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F44 is #3660BB. Grayscale: #A1A1A1. Windows color (decimal): -3563708 or 4497353. OLE color: 4497353.

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

Color convert

RGB20115968-
CMYK00.210.660.21
HSL41.05º55.19%52.75%-
HSV(B)41.05º66.17%78.82%-
XYZ37.5337.6310.75-
YUV161.1875.41156.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 159 (62.5% from 255) = 37.15%
BLUE value IS 68 (26.95% from 255) = 15.89%
R=46.96%
G=37.15%
B=15.89%

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
Decimal2011596800.210.660.2141.0555.1952.75
HexC99F440154215293735
Octal31123710402510225516765
Binary11001001100111111000100010101100001010101101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F44; }

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

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

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

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

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

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

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

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