#CCA97A

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

Shades of Putty #CCA97A

Tints of Putty #CCA97A

Color information

#CCA97A (or 0xCCA97A) is unknown color: approx Putty. HEX triplet: CC, A9 and 7A. RGB value is (204,169,122). Sum of RGB (Red+Green+Blue) = 204+169+122=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA97A is #335685. Grayscale: #AEAEAE. Windows color (decimal): -3364486 or 8038860. OLE color: 8038860.

HSL color Cylindrical-coordinate representation of color #CCA97A: hue angle of 34.39º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA97A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204169122-
CMYK00.170.400.2
HSL34.39º44.57%63.92%-
HSV(B)34.39º40.2%80%-
XYZ42.642.6224.39-
YUV174.1198.6149.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=41.21%
G=34.14%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416912200.170.400.234.3944.5763.92
HexCCA97A0112814222d40
Octal31425117202150244255100
Binary11001100101010011111010010001101000101001000101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA97A; }

 p { color: rgb(204,169,122); }

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

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

 a { background-color: rgb(204,169,122); }

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

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

 span { border-color: rgb(204,169,122); }

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