#CCAB6E

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

Shades of Putty #CCAB6E

Tints of Putty #CCAB6E

Color information

#CCAB6E (or 0xCCAB6E) is unknown color: approx Putty. HEX triplet: CC, AB and 6E. RGB value is (204,171,110). Sum of RGB (Red+Green+Blue) = 204+171+110=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB6E is #335491. Grayscale: #AEAEAE. Windows color (decimal): -3363986 or 7252940. OLE color: 7252940.

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

Color convert

RGB204171110-
CMYK00.160.460.2
HSL38.94º47.96%61.57%-
HSV(B)38.94º46.08%80%-
XYZ42.2843.0920.84-
YUV173.9191.93149.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=42.06%
G=35.26%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417111000.160.460.238.9447.9661.57
HexCCAB6E0102E1427303e
Octal3142531560205624476076
Binary1100110010101011110111001000010111010100100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB6E; }

 p { color: rgb(204,171,110); }

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

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

 a { background-color: rgb(204,171,110); }

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

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

 span { border-color: rgb(204,171,110); }

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