#CCAD6D

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

Shades of Putty #CCAD6D

Tints of Putty #CCAD6D

Color information

#CCAD6D (or 0xCCAD6D) is unknown color: approx Putty. HEX triplet: CC, AD and 6D. RGB value is (204,173,109). Sum of RGB (Red+Green+Blue) = 204+173+109=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD6D is #335292. Grayscale: #AFAFAF. Windows color (decimal): -3363475 or 7187916. OLE color: 7187916.

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

Color convert

RGB204173109-
CMYK00.150.470.2
HSL40.42º48.22%61.37%-
HSV(B)40.42º46.57%80%-
XYZ42.6143.8320.68-
YUV174.9790.77148.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 109 (42.97% from 255) = 22.43%
R=41.98%
G=35.60%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417310900.150.470.240.4248.2261.37
HexCCAD6D0F2F1428303d
Octal3142551550175724506075
Binary110011001010110111011010111110111110100101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD6D; }

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

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

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

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

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

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

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

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