#CCAC6A

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

Shades of Putty #CCAC6A

Tints of Putty #CCAC6A

Color information

#CCAC6A (or 0xCCAC6A) is unknown color: approx Putty. HEX triplet: CC, AC and 6A. RGB value is (204,172,106). Sum of RGB (Red+Green+Blue) = 204+172+106=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC6A is #335395. Grayscale: #AEAEAE. Windows color (decimal): -3363734 or 6991052. OLE color: 6991052.

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

Color convert

RGB204172106-
CMYK00.160.480.2
HSL40.41º49%60.78%-
HSV(B)40.41º48.04%80%-
XYZ42.2643.3819.78-
YUV174.0489.6149.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=42.32%
G=35.68%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417210600.160.480.240.414960.78
HexCCAC6A010301428313d
Octal3142541520206024506175
Binary1100110010101100110101001000011000010100101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC6A; }

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

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

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

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

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

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

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

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