#CCA446

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

Shades of Sundance #CCA446

Tints of Sundance #CCA446

Color information

#CCA446 (or 0xCCA446) is unknown color: approx Sundance. HEX triplet: CC, A4 and 46. RGB value is (204,164,70). Sum of RGB (Red+Green+Blue) = 204+164+70=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA446 is #335BB9. Grayscale: #A5A5A5. Windows color (decimal): -3365818 or 4629708. OLE color: 4629708.

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

Color convert

RGB20416470-
CMYK00.200.660.2
HSL42.09º56.78%53.73%-
HSV(B)42.09º65.69%80%-
XYZ39.2839.8311.41-
YUV165.2474.25155.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=46.58%
G=37.44%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041647000.200.660.242.0956.7853.73
HexCCA44601442142a3936
Octal31424410602410224527166
Binary11001100101001001000110010100100001010100101010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA446; }

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

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

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

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

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

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

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

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