#CFAD66

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

Shades of Putty #CFAD66

Tints of Putty #CFAD66

Color information

#CFAD66 (or 0xCFAD66) is unknown color: approx Putty. HEX triplet: CF, AD and 66. RGB value is (207,173,102). Sum of RGB (Red+Green+Blue) = 207+173+102=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD66 is #305299. Grayscale: #AFAFAF. Windows color (decimal): -3166874 or 6729167. OLE color: 6729167.

HSL color Cylindrical-coordinate representation of color #CFAD66: hue angle of 40.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFAD66 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB207173102-
CMYK00.160.510.19
HSL40.57º52.24%60.59%-
HSV(B)40.57º50.72%81.18%-
XYZ43.0744.1118.81-
YUV175.0786.76150.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=42.95%
G=35.89%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717310200.160.510.1940.5752.2460.59
HexCFAD66010331329343d
Octal3172551460206323516475
Binary1100111110101101110011001000011001110011101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAD66; }

 p { color: rgb(207,173,102); }

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

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

 a { background-color: rgb(207,173,102); }

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

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

 span { border-color: rgb(207,173,102); }

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