#CCAD6B

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

Shades of Putty #CCAD6B

Tints of Putty #CCAD6B

Color information

#CCAD6B (or 0xCCAD6B) is unknown color: approx Putty. HEX triplet: CC, AD and 6B. RGB value is (204,173,107). Sum of RGB (Red+Green+Blue) = 204+173+107=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD6B is #335294. Grayscale: #AFAFAF. Windows color (decimal): -3363477 or 7056844. OLE color: 7056844.

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

Color convert

RGB204173107-
CMYK00.150.480.2
HSL40.82º48.74%60.98%-
HSV(B)40.82º47.55%80%-
XYZ42.543.7920.12-
YUV174.7489.77148.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 107 (42.19% from 255) = 22.11%
R=42.15%
G=35.74%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417310700.150.480.240.8248.7460.98
HexCCAD6B0F301429313d
Octal3142551530176024516175
Binary110011001010110111010110111111000010100101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD6B; }

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

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

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

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

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

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

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

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