#CFB57A

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

Shades of Putty #CFB57A

Tints of Putty #CFB57A

Color information

#CFB57A (or 0xCFB57A) is unknown color: approx Putty. HEX triplet: CF, B5 and 7A. RGB value is (207,181,122). Sum of RGB (Red+Green+Blue) = 207+181+122=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB57A is #304A85. Grayscale: #B6B6B6. Windows color (decimal): -3164806 or 8041935. OLE color: 8041935.

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

Color convert

RGB207181122-
CMYK00.130.410.19
HSL41.65º46.96%64.51%-
HSV(B)41.65º41.06%81.18%-
XYZ45.7747.7225.21-
YUV182.0594.11145.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=40.59%
G=35.49%
B=23.92%

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
Decimal20718112200.130.410.1941.6546.9664.51
HexCFB57A0D29132a2f41
Octal31726517201551235257101
Binary1100111110110101111101001101101001100111010101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB57A; }

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

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

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

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

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

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

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

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