#CCA245

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

Shades of Sundance #CCA245

Tints of Sundance #CCA245

Color information

#CCA245 (or 0xCCA245) is unknown color: approx Sundance. HEX triplet: CC, A2 and 45. RGB value is (204,162,69). Sum of RGB (Red+Green+Blue) = 204+162+69=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA245 is #335DBA. Grayscale: #A4A4A4. Windows color (decimal): -3366331 or 4563660. OLE color: 4563660.

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

Color convert

RGB20416269-
CMYK00.210.660.2
HSL41.33º56.96%53.53%-
HSV(B)41.33º66.18%80%-
XYZ38.939.1111.13-
YUV163.9674.41156.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 69 (27.34% from 255) = 15.86%
R=46.90%
G=37.24%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041626900.210.660.241.3356.9653.53
HexCCA2450154214293936
Octal31424210502510224517166
Binary11001100101000101000101010101100001010100101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA245; }

 p { color: rgb(204,162,69); }

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

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

 a { background-color: rgb(204,162,69); }

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

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

 span { border-color: rgb(204,162,69); }

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