#CFBA71

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

Shades of Putty #CFBA71

Tints of Putty #CFBA71

Color information

#CFBA71 (or 0xCFBA71) is unknown color: approx Putty. HEX triplet: CF, BA and 71. RGB value is (207,186,113). Sum of RGB (Red+Green+Blue) = 207+186+113=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA71 is #30458E. Grayscale: #B8B8B8. Windows color (decimal): -3163535 or 7453391. OLE color: 7453391.

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

Color convert

RGB207186113-
CMYK00.100.450.19
HSL46.6º49.47%62.75%-
HSV(B)46.6º45.41%81.18%-
XYZ46.2749.5822.75-
YUV183.9687.96144.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 113 (44.53% from 255) = 22.33%
R=40.91%
G=36.76%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718611300.100.450.1946.649.4762.75
HexCFBA710A2D132f313f
Octal3172721610125523576177
Binary110011111011101011100010101010110110011101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA71; }

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

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

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

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

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

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

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

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