#CFA56B

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

Shades of Putty #CFA56B

Tints of Putty #CFA56B

Color information

#CFA56B (or 0xCFA56B) is unknown color: approx Putty. HEX triplet: CF, A5 and 6B. RGB value is (207,165,107). Sum of RGB (Red+Green+Blue) = 207+165+107=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA56B is #305A94. Grayscale: #ABABAB. Windows color (decimal): -3168917 or 7054799. OLE color: 7054799.

HSL color Cylindrical-coordinate representation of color #CFA56B: hue angle of 34.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA56B is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB207165107-
CMYK00.200.480.19
HSL34.8º51.02%61.57%-
HSV(B)34.8º48.31%81.18%-
XYZ41.8441.2419.66-
YUV170.9591.91153.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=43.22%
G=34.45%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716510700.200.480.1934.851.0261.57
HexCFA56B014301323333e
Octal3172451530246023436376
Binary1100111110100101110101101010011000010011100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA56B; }

 p { color: rgb(207,165,107); }

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

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

 a { background-color: rgb(207,165,107); }

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

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

 span { border-color: rgb(207,165,107); }

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