#CFBA72

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

Shades of Putty #CFBA72

Tints of Putty #CFBA72

Color information

#CFBA72 (or 0xCFBA72) is unknown color: approx Putty. HEX triplet: CF, BA and 72. RGB value is (207,186,114). Sum of RGB (Red+Green+Blue) = 207+186+114=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA72 is #30458D. Grayscale: #B8B8B8. Windows color (decimal): -3163534 or 7518927. OLE color: 7518927.

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

Color convert

RGB207186114-
CMYK00.100.450.19
HSL46.45º49.21%62.94%-
HSV(B)46.45º44.93%81.18%-
XYZ46.3349.623.05-
YUV184.0788.46144.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 114 (44.92% from 255) = 22.49%
R=40.83%
G=36.69%
B=22.49%

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
Decimal20718611400.100.450.1946.4549.2162.94
HexCFBA720A2D132e313f
Octal3172721620125523566177
Binary110011111011101011100100101010110110011101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA72; }

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

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

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

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

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

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

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

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