#CFB972

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

Shades of Putty #CFB972

Tints of Putty #CFB972

Color information

#CFB972 (or 0xCFB972) is unknown color: approx Putty. HEX triplet: CF, B9 and 72. RGB value is (207,185,114). Sum of RGB (Red+Green+Blue) = 207+185+114=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB972 is #30468D. Grayscale: #B7B7B7. Windows color (decimal): -3163790 or 7518671. OLE color: 7518671.

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

Color convert

RGB207185114-
CMYK00.110.450.19
HSL45.81º49.21%62.94%-
HSV(B)45.81º44.93%81.18%-
XYZ46.1249.1822.98-
YUV183.4888.79144.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=40.91%
G=36.56%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718511400.110.450.1945.8149.2162.94
HexCFB9720B2D132e313f
Octal3172711620135523566177
Binary110011111011100111100100101110110110011101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB972; }

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

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

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

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

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

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

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

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