#CCA046

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

Shades of Sundance #CCA046

Tints of Sundance #CCA046

Color information

#CCA046 (or 0xCCA046) is unknown color: approx Sundance. HEX triplet: CC, A0 and 46. RGB value is (204,160,70). Sum of RGB (Red+Green+Blue) = 204+160+70=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA046 is #335FB9. Grayscale: #A3A3A3. Windows color (decimal): -3366842 or 4628684. OLE color: 4628684.

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

Color convert

RGB20416070-
CMYK00.220.660.2
HSL40.3º56.78%53.73%-
HSV(B)40.3º65.69%80%-
XYZ38.5838.4211.18-
YUV162.975.58157.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 70 (27.73% from 255) = 16.13%
R=47.00%
G=36.87%
B=16.13%

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
Decimal2041607000.220.660.240.356.7853.73
HexCCA0460164214283936
Octal31424010602610224507166
Binary11001100101000001000110010110100001010100101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA046; }

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

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

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

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

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

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

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

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