#CFB47A

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

Shades of Putty #CFB47A

Tints of Putty #CFB47A

Color information

#CFB47A (or 0xCFB47A) is unknown color: approx Putty. HEX triplet: CF, B4 and 7A. RGB value is (207,180,122). Sum of RGB (Red+Green+Blue) = 207+180+122=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB47A is #304B85. Grayscale: #B5B5B5. Windows color (decimal): -3165062 or 8041679. OLE color: 8041679.

HSL color Cylindrical-coordinate representation of color #CFB47A: hue angle of 40.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFB47A is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB207180122-
CMYK00.130.410.19
HSL40.94º46.96%64.51%-
HSV(B)40.94º41.06%81.18%-
XYZ45.5747.3125.14-
YUV181.4694.45146.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 122 (48.05% from 255) = 23.97%
R=40.67%
G=35.36%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718012200.130.410.1940.9446.9664.51
HexCFB47A0D2913292f41
Octal31726417201551235157101
Binary1100111110110100111101001101101001100111010011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB47A; }

 p { color: rgb(207,180,122); }

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

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

 a { background-color: rgb(207,180,122); }

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

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

 span { border-color: rgb(207,180,122); }

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