#CCAC6B

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

Shades of Putty #CCAC6B

Tints of Putty #CCAC6B

Color information

#CCAC6B (or 0xCCAC6B) is unknown color: approx Putty. HEX triplet: CC, AC and 6B. RGB value is (204,172,107). Sum of RGB (Red+Green+Blue) = 204+172+107=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC6B is #335394. Grayscale: #AEAEAE. Windows color (decimal): -3363733 or 7056588. OLE color: 7056588.

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

Color convert

RGB204172107-
CMYK00.160.480.2
HSL40.21º48.74%60.98%-
HSV(B)40.21º47.55%80%-
XYZ42.3143.420.06-
YUV174.1690.1149.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=42.24%
G=35.61%
B=22.15%

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
Decimal20417210700.160.480.240.2148.7460.98
HexCCAC6B010301428313d
Octal3142541530206024506175
Binary1100110010101100110101101000011000010100101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC6B; }

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

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

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

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

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

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

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

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