#CFB271

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

Shades of Putty #CFB271

Tints of Putty #CFB271

Color information

#CFB271 (or 0xCFB271) is unknown color: approx Putty. HEX triplet: CF, B2 and 71. RGB value is (207,178,113). Sum of RGB (Red+Green+Blue) = 207+178+113=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB271 is #304D8E. Grayscale: #B3B3B3. Windows color (decimal): -3165583 or 7451343. OLE color: 7451343.

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

Color convert

RGB207178113-
CMYK00.140.450.19
HSL41.49º49.47%62.75%-
HSV(B)41.49º45.41%81.18%-
XYZ44.6346.322.21-
YUV179.2690.61147.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=41.57%
G=35.74%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717811300.140.450.1941.4949.4762.75
HexCFB2710E2D1329313f
Octal3172621610165523516177
Binary110011111011001011100010111010110110011101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB271; }

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

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

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

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

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

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

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

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