#CFA56D

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

Shades of Putty #CFA56D

Tints of Putty #CFA56D

Color information

#CFA56D (or 0xCFA56D) is unknown color: approx Putty. HEX triplet: CF, A5 and 6D. RGB value is (207,165,109). Sum of RGB (Red+Green+Blue) = 207+165+109=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA56D is #305A92. Grayscale: #ABABAB. Windows color (decimal): -3168915 or 7185871. OLE color: 7185871.

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

Color convert

RGB207165109-
CMYK00.200.470.19
HSL34.29º50.52%61.96%-
HSV(B)34.29º47.34%81.18%-
XYZ41.9541.2820.22-
YUV171.1792.91153.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=43.04%
G=34.30%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716510900.200.470.1934.2950.5261.96
HexCFA56D0142F1322333e
Octal3172451550245723426376
Binary1100111110100101110110101010010111110011100010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA56D; }

 p { color: rgb(207,165,109); }

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

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

 a { background-color: rgb(207,165,109); }

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

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

 span { border-color: rgb(207,165,109); }

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