#CFAF71

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

Shades of Putty #CFAF71

Tints of Putty #CFAF71

Color information

#CFAF71 (or 0xCFAF71) is unknown color: approx Putty. HEX triplet: CF, AF and 71. RGB value is (207,175,113). Sum of RGB (Red+Green+Blue) = 207+175+113=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF71 is #30508E. Grayscale: #B1B1B1. Windows color (decimal): -3166351 or 7450575. OLE color: 7450575.

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

Color convert

RGB207175113-
CMYK00.150.450.19
HSL39.57º49.47%62.75%-
HSV(B)39.57º45.41%81.18%-
XYZ44.0445.1222.01-
YUV177.591.6149.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=41.82%
G=35.35%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717511300.150.450.1939.5749.4762.75
HexCFAF710F2D1328313f
Octal3172571610175523506177
Binary110011111010111111100010111110110110011101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF71; }

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

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

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

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

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

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

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

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