#CFAD7A

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

Shades of Putty #CFAD7A

Tints of Putty #CFAD7A

Color information

#CFAD7A (or 0xCFAD7A) is unknown color: approx Putty. HEX triplet: CF, AD and 7A. RGB value is (207,173,122). Sum of RGB (Red+Green+Blue) = 207+173+122=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD7A is #305285. Grayscale: #B1B1B1. Windows color (decimal): -3166854 or 8039887. OLE color: 8039887.

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

Color convert

RGB207173122-
CMYK00.160.410.19
HSL36º46.96%64.51%-
HSV(B)36º41.06%81.18%-
XYZ44.1944.5624.68-
YUV177.3596.76149.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=41.24%
G=34.46%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717312200.160.410.193646.9664.51
HexCFAD7A0102913242f41
Octal31725517202051234457101
Binary11001111101011011111010010000101001100111001001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAD7A; }

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

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

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

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

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

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

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

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