#CFB86E

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

Shades of Putty #CFB86E

Tints of Putty #CFB86E

Color information

#CFB86E (or 0xCFB86E) is unknown color: approx Putty. HEX triplet: CF, B8 and 6E. RGB value is (207,184,110). Sum of RGB (Red+Green+Blue) = 207+184+110=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB86E is #304791. Grayscale: #B6B6B6. Windows color (decimal): -3164050 or 7256271. OLE color: 7256271.

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

Color convert

RGB207184110-
CMYK00.110.470.19
HSL45.77º50.26%62.16%-
HSV(B)45.77º46.86%81.18%-
XYZ45.6948.6721.74-
YUV182.4487.12145.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 110 (43.36% from 255) = 21.96%
R=41.32%
G=36.73%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718411000.110.470.1945.7750.2662.16
HexCFB86E0B2F132e323e
Octal3172701560135723566276
Binary110011111011100011011100101110111110011101110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB86E; }

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

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

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

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

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

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

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

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