#CFBA73

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

Shades of Putty #CFBA73

Tints of Putty #CFBA73

Color information

#CFBA73 (or 0xCFBA73) is unknown color: approx Putty. HEX triplet: CF, BA and 73. RGB value is (207,186,115). Sum of RGB (Red+Green+Blue) = 207+186+115=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA73 is #30458C. Grayscale: #B8B8B8. Windows color (decimal): -3163533 or 7584463. OLE color: 7584463.

HSL color Cylindrical-coordinate representation of color #CFBA73: hue angle of 46.3º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFBA73 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB207186115-
CMYK00.100.440.19
HSL46.3º48.94%63.14%-
HSV(B)46.3º44.44%81.18%-
XYZ46.3949.6223.35-
YUV184.1888.96144.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 115 (45.31% from 255) = 22.64%
R=40.75%
G=36.61%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718611500.100.440.1946.348.9463.14
HexCFBA730A2C132e313f
Octal3172721630125423566177
Binary110011111011101011100110101010110010011101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA73; }

 p { color: rgb(207,186,115); }

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

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

 a { background-color: rgb(207,186,115); }

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

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

 span { border-color: rgb(207,186,115); }

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