#CFB973

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

Shades of Putty #CFB973

Tints of Putty #CFB973

Color information

#CFB973 (or 0xCFB973) is unknown color: approx Putty. HEX triplet: CF, B9 and 73. RGB value is (207,185,115). Sum of RGB (Red+Green+Blue) = 207+185+115=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB973 is #30468C. Grayscale: #B7B7B7. Windows color (decimal): -3163789 or 7584207. OLE color: 7584207.

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

Color convert

RGB207185115-
CMYK00.110.440.19
HSL45.65º48.94%63.14%-
HSV(B)45.65º44.44%81.18%-
XYZ46.1849.223.28-
YUV183.689.29144.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=40.83%
G=36.49%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718511500.110.440.1945.6548.9463.14
HexCFB9730B2C132e313f
Octal3172711630135423566177
Binary110011111011100111100110101110110010011101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB973; }

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

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

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

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

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

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

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

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