#CC9F46

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

Shades of Sundance #CC9F46

Tints of Sundance #CC9F46

Color information

#CC9F46 (or 0xCC9F46) is unknown color: approx Sundance. HEX triplet: CC, 9F and 46. RGB value is (204,159,70). Sum of RGB (Red+Green+Blue) = 204+159+70=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F46 is #3360B9. Grayscale: #A2A2A2. Windows color (decimal): -3367098 or 4628428. OLE color: 4628428.

HSL color Cylindrical-coordinate representation of color #CC9F46: hue angle of 39.85º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC9F46 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20415970-
CMYK00.220.660.2
HSL39.85º56.78%53.73%-
HSV(B)39.85º65.69%80%-
XYZ38.4138.0811.12-
YUV162.3175.91157.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 70 (27.73% from 255) = 16.17%
R=47.11%
G=36.72%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041597000.220.660.239.8556.7853.73
HexCC9F460164214283936
Octal31423710602610224507166
Binary11001100100111111000110010110100001010100101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F46; }

 p { color: rgb(204,159,70); }

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

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

 a { background-color: rgb(204,159,70); }

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

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

 span { border-color: rgb(204,159,70); }

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