#CCAB6A

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

Shades of Putty #CCAB6A

Tints of Putty #CCAB6A

Color information

#CCAB6A (or 0xCCAB6A) is unknown color: approx Putty. HEX triplet: CC, AB and 6A. RGB value is (204,171,106). Sum of RGB (Red+Green+Blue) = 204+171+106=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB6A is #335495. Grayscale: #ADADAD. Windows color (decimal): -3363990 or 6990796. OLE color: 6990796.

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

Color convert

RGB204171106-
CMYK00.160.480.2
HSL39.8º49%60.78%-
HSV(B)39.8º48.04%80%-
XYZ42.074319.72-
YUV173.4689.93149.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 106 (41.80% from 255) = 22.04%
R=42.41%
G=35.55%
B=22.04%

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
Decimal20417110600.160.480.239.84960.78
HexCCAB6A010301428313d
Octal3142531520206024506175
Binary1100110010101011110101001000011000010100101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB6A; }

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

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

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

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

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

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

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

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