#CCAC4C

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

Shades of Sundance #CCAC4C

Tints of Sundance #CCAC4C

Color information

#CCAC4C (or 0xCCAC4C) is unknown color: approx Sundance. HEX triplet: CC, AC and 4C. RGB value is (204,172,76). Sum of RGB (Red+Green+Blue) = 204+172+76=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC4C is #3353B3. Grayscale: #ABABAB. Windows color (decimal): -3363764 or 5024972. OLE color: 5024972.

HSL color Cylindrical-coordinate representation of color #CCAC4C: hue angle of 45º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCAC4C is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB20417276-
CMYK00.160.630.2
HSL45º55.65%54.9%-
HSV(B)45º62.75%80%-
XYZ40.9642.8612.95-
YUV170.6274.6151.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 76 (30.08% from 255) = 16.81%
R=45.13%
G=38.05%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041727600.160.630.24555.6554.9
HexCCAC4C0103F142d3837
Octal3142541140207724557067
Binary1100110010101100100110001000011111110100101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC4C; }

 p { color: rgb(204,172,76); }

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

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

 a { background-color: rgb(204,172,76); }

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

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

 span { border-color: rgb(204,172,76); }

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