#CFA36E

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

Shades of Putty #CFA36E

Tints of Putty #CFA36E

Color information

#CFA36E (or 0xCFA36E) is unknown color: approx Putty. HEX triplet: CF, A3 and 6E. RGB value is (207,163,110). Sum of RGB (Red+Green+Blue) = 207+163+110=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA36E is #305C91. Grayscale: #AAAAAA. Windows color (decimal): -3169426 or 7250895. OLE color: 7250895.

HSL color Cylindrical-coordinate representation of color #CFA36E: hue angle of 32.78º degrees, saturation: 0.5, 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 #CFA36E is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB207163110-
CMYK00.210.470.19
HSL32.78º50.26%62.16%-
HSV(B)32.78º46.86%81.18%-
XYZ41.6440.5920.39-
YUV170.1194.08154.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.12%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=43.12%
G=33.96%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716311000.210.470.1932.7850.2662.16
HexCFA36E0152F1321323e
Octal3172431560255723416276
Binary1100111110100011110111001010110111110011100001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA36E; }

 p { color: rgb(207,163,110); }

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

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

 a { background-color: rgb(207,163,110); }

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

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

 span { border-color: rgb(207,163,110); }

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