#CCAB69

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

Shades of Putty #CCAB69

Tints of Putty #CCAB69

Color information

#CCAB69 (or 0xCCAB69) is unknown color: approx Putty. HEX triplet: CC, AB and 69. RGB value is (204,171,105). Sum of RGB (Red+Green+Blue) = 204+171+105=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB69 is #335496. Grayscale: #ADADAD. Windows color (decimal): -3363991 or 6925260. OLE color: 6925260.

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

Color convert

RGB204171105-
CMYK00.160.490.2
HSL40º49.25%60.59%-
HSV(B)40º48.53%80%-
XYZ42.0142.9819.45-
YUV173.3489.43149.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=42.5%
G=35.62%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417110500.160.490.24049.2560.59
HexCCAB69010311428313d
Octal3142531510206124506175
Binary1100110010101011110100101000011000110100101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB69; }

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

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

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

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

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

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

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

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