#CCAD77

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

Shades of Putty #CCAD77

Tints of Putty #CCAD77

Color information

#CCAD77 (or 0xCCAD77) is unknown color: approx Putty. HEX triplet: CC, AD and 77. RGB value is (204,173,119). Sum of RGB (Red+Green+Blue) = 204+173+119=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD77 is #335288. Grayscale: #B0B0B0. Windows color (decimal): -3363465 or 7843276. OLE color: 7843276.

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

Color convert

RGB204173119-
CMYK00.150.420.2
HSL38.12º45.45%63.33%-
HSV(B)38.12º41.67%80%-
XYZ43.1844.0623.68-
YUV176.1195.77147.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=41.13%
G=34.88%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417311900.150.420.238.1245.4563.33
HexCCAD770F2A14262d3f
Octal3142551670175224465577
Binary110011001010110111101110111110101010100100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD77; }

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

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

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

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

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

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

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

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