#CCAB70

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

Shades of Putty #CCAB70

Tints of Putty #CCAB70

Color information

#CCAB70 (or 0xCCAB70) is unknown color: approx Putty. HEX triplet: CC, AB and 70. RGB value is (204,171,112). Sum of RGB (Red+Green+Blue) = 204+171+112=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB70 is #33548F. Grayscale: #AEAEAE. Windows color (decimal): -3363984 or 7384012. OLE color: 7384012.

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

Color convert

RGB204171112-
CMYK00.160.450.2
HSL38.48º47.42%61.96%-
HSV(B)38.48º45.1%80%-
XYZ42.3943.1321.42-
YUV174.1492.93149.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=41.89%
G=35.11%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417111200.160.450.238.4847.4261.96
HexCCAB700102D14262f3e
Octal3142531600205524465776
Binary1100110010101011111000001000010110110100100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB70; }

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

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

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

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

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

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

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

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